From 907b50eeb79688879dc35107a62415a498a7bdef Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 8 Feb 2020 23:50:36 +0800 Subject: [PATCH] syncthing: bump to v1.3.4 --- package/zxlhhyccc/luci-app-syncthing/Makefile | 2 +- package/zxlhhyccc/syncthing/Makefile | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package/zxlhhyccc/luci-app-syncthing/Makefile b/package/zxlhhyccc/luci-app-syncthing/Makefile index 90985e501b..92bad4c224 100644 --- a/package/zxlhhyccc/luci-app-syncthing/Makefile +++ b/package/zxlhhyccc/luci-app-syncthing/Makefile @@ -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 diff --git a/package/zxlhhyccc/syncthing/Makefile b/package/zxlhhyccc/syncthing/Makefile index 940cbb3fd6..be477fc0fd 100644 --- a/package/zxlhhyccc/syncthing/Makefile +++ b/package/zxlhhyccc/syncthing/Makefile @@ -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