From: George Sapkin Date: Tue, 4 Nov 2025 12:44:40 +0000 (+0200) Subject: syncthing: bump to 2.0.11 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bc9840b4191fcb9b0f4454d68886fa93a19975dc;p=feed%2Fpackages.git syncthing: bump to 2.0.11 Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.11 Signed-off-by: George Sapkin --- diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index 071d2fa669..587427e72e 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing -PKG_VERSION:=2.0.10 -PKG_RELEASE:=2 +PKG_VERSION:=2.0.11 +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:=c36d11060580e290dabbd01a56f38b0ae58e6873031c25712bb7b5fdaaec8942 +PKG_HASH:=a9656cded5048bac4937e7046b1b4d5fb6d78bca01df2eed495335be6d4ab643 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)