From: Van Waholtz Date: Thu, 17 Aug 2023 03:31:36 +0000 (+0800) Subject: syncthing: update to 1.23.7 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0449b0f3949e720c7484df5e0569b6ff518e5898;p=openwrt-packages.git syncthing: update to 1.23.7 Signed-off-by: Van Waholtz --- diff --git a/utils/syncthing/Makefile b/utils/syncthing/Makefile index be1d98372..50abb68d0 100644 --- a/utils/syncthing/Makefile +++ b/utils/syncthing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=syncthing -PKG_VERSION:=1.23.2 +PKG_VERSION:=1.23.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:=3d0eca0e6f4eaaeba4879918b3f54f47d59fb5f4288a83af821d509271ada189 +PKG_HASH:=18d8dd74d8077f500a139752261b78217ef0b0a912a7c017192097a7196e21a1 PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)