diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2021-12-02 13:02:25 +0800 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2021-12-02 09:23:02 +0100 |
commit | 04b82e9da01e8c067702867e3ad2a604f481b169 (patch) | |
tree | bfb93e74f4606c3e2234d9c89f0e34c44bb5962f /net/cloudreve/Makefile | |
parent | 91c7f6e6c086c57057570289cf2ca0f7bfeb8992 (diff) |
cloudreve: Update to 3.4.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 53bfa23b6..b8345f83b 100644 --- a/net/cloudreve/Makefile +++ b/net/cloudreve/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cloudreve -PKG_VERSION:=3.4.1 +PKG_VERSION:=3.4.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:=1c7f4c1a77d380e1c8c431c1b3eea367d136342cd0a8c725d57183cb29656063 +PKG_MIRROR_HASH:=7ceda70ae80582df46e0f110ad5d21c825aadcd75441be3e39c714e0c7d3ba19 PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE |