diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2022-05-03 18:18:06 +0800 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2022-05-05 22:13:45 +0200 |
commit | fc090f1eebfbb23ab7fe2a87b61ba0000dbe4ef2 (patch) | |
tree | 37b9fe4ad0d0994d043d43b3694280d0a6541ef2 /net/cloudreve/Makefile | |
parent | de5671e58226a4cd062e92c2b12e20dcd7854e82 (diff) |
cloudreve: Update to 3.5.3
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
(cherry picked from commit fdfca59e0df62bbe49964f555f81ae47803341d3)
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 78d509a46..7de8963a4 100644 --- a/net/cloudreve/Makefile +++ b/net/cloudreve/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cloudreve -PKG_VERSION:=3.5.2 +PKG_VERSION:=3.5.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cloudreve/Cloudreve.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=027ff974c0f01d3db333e3727384ba4338e44e800c2464f6ff025fff27eefdc5 +PKG_MIRROR_HASH:=c43ec528df19d239b06456e78aae3d9852da5cca372c157b62f1f74b03f5cc0d PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE |