diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-08-06 09:38:02 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2023-08-06 09:38:02 +0800 |
commit | d1f4f875fa14fffc268fcd9167f2b6f284a7620e (patch) | |
tree | ea5c8ba44af3a48e29dd36c79422be17574c9b76 /net/cloudreve | |
parent | bef5da553f40eb406e84be6c2738943c0c80e461 (diff) |
cloudreve: Update to 3.8.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/cloudreve')
-rw-r--r-- | net/cloudreve/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cloudreve/Makefile b/net/cloudreve/Makefile index b919f5b85..245f595c3 100644 --- a/net/cloudreve/Makefile +++ b/net/cloudreve/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cloudreve -PKG_VERSION:=3.8.0 +PKG_VERSION:=3.8.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:=4c05afb2193ab83bf144d75963f4757c1445317e68b2690727375a8e01f7ba3d +PKG_MIRROR_HASH:=463e8580131c8a021b95ef7014f66556c7fdedad2c1b71627f9efaa86a758f03 PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE |