From: Tianling Shen Date: Mon, 12 Jun 2023 19:36:41 +0000 (+0800) Subject: cloudreve: Update to 3.8.0 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=52c11cf2ff7fa0468ca27db97281de99b9741de5;p=feed%2Fpackages.git cloudreve: Update to 3.8.0 - Fixed packing web frontend assets - Enabled build for riscv64 Signed-off-by: Tianling Shen (cherry picked from commit 27e6796a832e76ac4eee30de2347ad47c085c7ed) [removed unavailable riscv64 from supported arches] Signed-off-by: Tianling Shen --- diff --git a/net/cloudreve/Makefile b/net/cloudreve/Makefile index 21a1443b11..f326d121bb 100644 --- a/net/cloudreve/Makefile +++ b/net/cloudreve/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cloudreve -PKG_VERSION:=3.7.1 +PKG_VERSION:=3.8.0 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cloudreve/Cloudreve.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=b70601111e727d879a709884bc28237861216b99abac02b6f542f5984ddd8c0d +PKG_MIRROR_HASH:=4c05afb2193ab83bf144d75963f4757c1445317e68b2690727375a8e01f7ba3d PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE @@ -48,6 +48,8 @@ define Build/Compile pushd $(PKG_BUILD_DIR)/assets ; \ yarn install ; \ yarn run build ; \ + cd .. ; \ + zip -r - assets/build > assets.zip ; \ popd ; \ $(call GoPackage/Build/Compile) ; \ )