From: George Sapkin Date: Mon, 10 Aug 2026 12:50:43 +0000 (+0300) Subject: syncthing: bump to 2.1.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=22e7e5414fbade427f4f5ec2e9e6b27124261a66;p=openwrt-packages.git syncthing: bump to 2.1.3 Changes: https://github.com/syncthing/syncthing/releases/tag/v2.1.3 Signed-off-by: George Sapkin --- diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index 5526e9bf4..07823e4b3 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing -PKG_VERSION:=2.1.2 +PKG_VERSION:=2.1.3 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:=584261eb7c705b9a2c4b624ba10bff8521de8c288bb7e2facffc7558291f678e +PKG_HASH:=f34bc1b3219e02ac1eca0b1446f582af8fe13f789da5f8c679ba9cac0396bf81 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)