From c06659097ccbdb7e4e6d52d466873ee79d8fb310 Mon Sep 17 00:00:00 2001 From: George Sapkin Date: Wed, 4 Mar 2026 16:06:25 +0200 Subject: [PATCH] syncthing: bump to 2.0.15 Changes: https://github.com/syncthing/syncthing/releases/tag/v2.0.15 Signed-off-by: George Sapkin (cherry picked from commit c5dd05c5bd47845890432a04a11dcd1d1e247f3e) --- utils/syncthing/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index 87490cc731..942dcab632 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing -PKG_VERSION:=2.0.14 +PKG_VERSION:=2.0.15 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:=fec36ce20bbcd6e6d1cb70cfb0af7a45c6221581361d9bb92807389b24703a02 +PKG_HASH:=8104091ed30bdce7bb462b99bad5bf695704dea39459001f3a088c4cee0e1368 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)