diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2021-11-27 21:16:56 +0800 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-11-27 17:16:39 +0200 |
commit | 06db04ba6375dd42f2858a96cb823ad5834c56bb (patch) | |
tree | b0d4778f8830531a9f6d0363865d5bff6df49785 /net/cloudreve/Makefile | |
parent | bc11243d0465eb56d5844d4cf6c74aa8c8e1c466 (diff) |
cloudreve: Update to 3.4.1
Use SPDX identifier for PKG_LICENSE.
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'net/cloudreve/Makefile')
-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 eb306a993..53bfa23b6 100644 --- a/net/cloudreve/Makefile +++ b/net/cloudreve/Makefile @@ -5,15 +5,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cloudreve -PKG_VERSION:=3.3.2 +PKG_VERSION:=3.4.1 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cloudreve/Cloudreve.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=7bbe0f77914597f62f3ff51ede7de2ff40c9d53938a4b596e730ae42f4f366a5 +PKG_MIRROR_HASH:=1c7f4c1a77d380e1c8c431c1b3eea367d136342cd0a8c725d57183cb29656063 -PKG_LICENSE:=GPL-3.0 +PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org> |