aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianling Shen <cnsztl@immortalwrt.org>2023-02-12 06:43:33 +0800
committerTianling Shen <cnsztl@immortalwrt.org>2023-02-16 11:32:12 +0800
commit5a9979d2433c11a354ddb2ae70adc5e53c145057 (patch)
treedd34195c81bdc2fc4b24441f3fe792a1408593ff
parent70009d3586721e656eaab6d935ac4e30dc615ad8 (diff)
cloudreve: Update to 3.7.1
Dropped architectures that are no longer supported by upstream. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
1 files changed, 3 insertions, 3 deletions
diff --git a/net/cloudreve/Makefile b/net/cloudreve/Makefile
index feee89f34..21a1443b1 100644
--- a/net/cloudreve/Makefile
+++ b/net/cloudreve/Makefile
@@ -5,13 +5,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=cloudreve
-PKG_VERSION:=3.6.2
+PKG_VERSION:=3.7.1
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/cloudreve/Cloudreve.git
PKG_SOURCE_VERSION:=$(PKG_VERSION)
-PKG_MIRROR_HASH:=134dc707f8befaa9a193a2b0ae2eb2eebd3c5c70c291b5104bed458c63eedbb7
+PKG_MIRROR_HASH:=b70601111e727d879a709884bc28237861216b99abac02b6f542f5984ddd8c0d
PKG_LICENSE:=GPL-3.0-only
PKG_LICENSE_FILES:=LICENSE
@@ -35,7 +35,7 @@ define Package/cloudreve
SUBMENU:=Cloud Manager
TITLE:=A project helps you build your own cloud in minutes
URL:=https://cloudreve.org
- DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle
+ DEPENDS:=@(aarch64||arm||i386||i686||x86_64) +ca-bundle
endef
define Package/cloudreve/description