diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2022-04-29 10:06:17 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-04-28 22:56:04 -0700 |
commit | 8f6bf937ca801f662365203e205c5476041ebd9c (patch) | |
tree | fb8a74845026e2f5e58dda2718545fe85eae0eb7 /net/cloudreve/Makefile | |
parent | e670506a16d10865454bb9ca7f9f04805333cdfe (diff) |
cloudreve: Update to 3.5.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/cloudreve/Makefile')
-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 0f4dedbb9..78d509a46 100644 --- a/net/cloudreve/Makefile +++ b/net/cloudreve/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cloudreve -PKG_VERSION:=3.5.1 +PKG_VERSION:=3.5.2 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cloudreve/Cloudreve.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=d9892bf18c4e6af65d233d1263d873e94baf6ab55fa25438457800ae2e418642 +PKG_MIRROR_HASH:=027ff974c0f01d3db333e3727384ba4338e44e800c2464f6ff025fff27eefdc5 PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE |