From f0df73aea8a845cee64110904bd0e8267303f482 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Fri, 16 Aug 2019 13:17:41 +0800 Subject: [PATCH] syncthing: bump to 1.2.1 --- package/zxlhhyccc/syncthing/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/zxlhhyccc/syncthing/Makefile b/package/zxlhhyccc/syncthing/Makefile index dd5dcdbfc1..87f02b7000 100644 --- a/package/zxlhhyccc/syncthing/Makefile +++ b/package/zxlhhyccc/syncthing/Makefile @@ -26,8 +26,8 @@ ifeq ($(ARCH),aarch64) endif PKG_NAME:=syncthing -PKG_VERSION:=v1.2.0 -PKG_RELEASE:=2 +PKG_VERSION:=v1.2.1 +PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-linux-$(PKG_ARCH_SYNCTHING)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/syncthing/syncthing/releases/download/$(PKG_VERSION)