syncthing: bump to v1.3.4
This commit is contained in:
parent
0675fa3276
commit
907b50eeb7
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user