From ec04b18514bad31310b2f78ec52fc2fcb16b1a62 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Thu, 5 Feb 2026 07:47:44 +0200 Subject: [PATCH] syncthing: bump to 2.0.14 Changelog: https://github.com/syncthing/syncthing/releases/tag/v2.0.14 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 ffa38306dc..87490cc731 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing -PKG_VERSION:=2.0.13 +PKG_VERSION:=2.0.14 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:=fd7c93e01a6d61faa84adda8b22479dd7fd106144fbbb2eb15d773707d8a382e +PKG_HASH:=fec36ce20bbcd6e6d1cb70cfb0af7a45c6221581361d9bb92807389b24703a02 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)