From: Tianling Shen Date: Sat, 27 Nov 2021 13:16:56 +0000 (+0800) Subject: cloudreve: Update to 3.4.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=06db04ba6375dd42f2858a96cb823ad5834c56bb;p=openwrt-packages.git cloudreve: Update to 3.4.1 Use SPDX identifier for PKG_LICENSE. Signed-off-by: Tianling Shen --- 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