syncthing: bump to v1.3.4

This commit is contained in:
CN_SZTL 2020-02-08 23:50:36 +08:00
parent 0675fa3276
commit 907b50eeb7
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 3 additions and 4 deletions

View File

@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for syncthing
LUCI_DEPENDS:=+syncthing
LUCI_DEPENDS:=+openwrt-syncthing
LUCI_PKGARCH:=all
PKG_VERSION:=1.0
PKG_RELEASE:=2

View File

@ -25,8 +25,8 @@ ifeq ($(ARCH),aarch64)
PKG_ARCH_SYNCTHING:=arm64
endif
PKG_NAME:=syncthing
PKG_VERSION:=v1.3.3
PKG_NAME:=openwrt-syncthing
PKG_VERSION:=v1.3.4
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-linux-$(PKG_ARCH_SYNCTHING)-$(PKG_VERSION).tar.gz
@ -39,7 +39,6 @@ define Package/$(PKG_NAME)
SECTION:=net
CATEGORY:=Network
TITLE:=A continuous file synchronization program
DEPENDS:=
URL:=https://github.com/syncthing/syncthing
endef