From: Van Waholtz Date: Mon, 27 Nov 2023 07:21:57 +0000 (+0800) Subject: syncthing: update to 1.27.0 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b8ff725cd5ba0c9bcab026be189c79d2b629c21f;p=feed%2Fpackages.git syncthing: update to 1.27.0 Add myself to maintainers Signed-off-by: Van Waholtz --- diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index 71d7880c48..80e6cfb20c 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -1,16 +1,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing -PKG_VERSION:=1.24.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.27.1 +PKG_RELEASE:=1 PKG_SOURCE:=syncthing-source-v$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/syncthing/syncthing/releases/download/v$(PKG_VERSION) -PKG_HASH:=4a9459667f9b70a7d1e7d572c7c9d02431ef8f055679eef368300ce1a826608f +PKG_HASH:=5c7b0456e50c8a2e4c9767727c4139558ba95573a276273a1730a903e0a73834 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME) -PKG_MAINTAINER:=Paul Spooren +PKG_MAINTAINER:=Paul Spooren , Van Waholtz PKG_LICENSE:=MPL-2.0 PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:syncthing:syncthing