From: George Sapkin Date: Tue, 1 Apr 2025 08:45:00 +0000 (+0300) Subject: syncthing: bump to 1.29.4 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=e23dceaf4d3757a1dca088839b590517cb8974b6;p=openwrt-packages.git syncthing: bump to 1.29.4 Bugfixes: - Tildes break directory autocomplete Changelog: https://github.com/syncthing/syncthing/releases/tag/v1.29.4 Signed-off-by: George Sapkin --- diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index a50be7650..42d3958a2 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing -PKG_VERSION:=1.29.3 +PKG_VERSION:=1.29.4 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:=cfbe9cc3a37deca1405e0cf92f12e57ca8767d50f193d52d00360522ae02d417 +PKG_HASH:=d17699e3233127dd7f1315b41bec3926fdac42b6beeca4fcb6f05b1e25ed9941 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)