syncthing: bump to 1.2.1

This commit is contained in:
CN_SZTL 2019-08-16 13:17:41 +08:00
parent 624c493dbc
commit f0df73aea8
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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)