From d7525fca43d65a4b0eb1f6f791b543f65e2f884a Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Wed, 12 Mar 2025 13:56:00 +0200 Subject: [PATCH] syncthing: bump to 1.29.3 Bugfixes: - Unintelligible error message "setting metadata: lookup failed" Changelog: https://github.com/syncthing/syncthing/releases/tag/v1.29.3 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 55190523f4..a50be76508 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing -PKG_VERSION:=1.29.2 +PKG_VERSION:=1.29.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:=c7b6bc36af1af6f1cb304f4ec4c16743760ef6e8b3586f31dc11439d5d5fd427 +PKG_HASH:=cfbe9cc3a37deca1405e0cf92f12e57ca8767d50f193d52d00360522ae02d417 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME) -- 2.30.2