diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2022-12-24 11:18:45 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2022-12-25 15:01:14 +0800 |
commit | c67193be6169fec4141b95fafae56a53571b2d47 (patch) | |
tree | 82164d4661682e6164a5a928fc34fe820cb5dfa1 /net/cloudreve | |
parent | 4afc17e6e0784bd507994c0e53e13a5aa21af2d6 (diff) |
cloudreve: Update to 3.6.2
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/cloudreve')
-rw-r--r-- | net/cloudreve/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/cloudreve/Makefile b/net/cloudreve/Makefile index 7de8963a4..feee89f34 100644 --- a/net/cloudreve/Makefile +++ b/net/cloudreve/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cloudreve -PKG_VERSION:=3.5.3 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=3.6.2 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cloudreve/Cloudreve.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=c43ec528df19d239b06456e78aae3d9852da5cca372c157b62f1f74b03f5cc0d +PKG_MIRROR_HASH:=134dc707f8befaa9a193a2b0ae2eb2eebd3c5c70c291b5104bed458c63eedbb7 PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE |