From 1f6308810a605bb480a708eef79a9da2cf12cd4e Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Sun, 8 Jun 2025 13:12:13 +0300 Subject: [PATCH] syncthing: bump to 1.29.7 Changelog: https://github.com/syncthing/syncthing/compare/v1.29.6...v1.29.7 Signed-off-by: George Sapkin --- utils/syncthing/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index 4cd25e7609..114f4db0a1 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing -PKG_VERSION:=1.29.6 +PKG_VERSION:=1.29.7 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:=28e7f4984a6a34fb4697448141ce2611a6510f5a4369c1669d4e766eb75cd878 +PKG_HASH:=7b29b2bb1fb85adf6f3baf120ff725a19b06ed13b95011fe67dd952349e0e212 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)