From d51f7c20b76abc5edfa70426a5278bb73fab2628 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 29 Apr 2022 10:06:17 +0800 Subject: [PATCH] cloudreve: Update to 3.5.2 Signed-off-by: Tianling Shen (cherry picked from commit 8f6bf937ca801f662365203e205c5476041ebd9c) --- net/cloudreve/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/cloudreve/Makefile b/net/cloudreve/Makefile index 0f4dedbb95..78d509a466 100644 --- a/net/cloudreve/Makefile +++ b/net/cloudreve/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cloudreve -PKG_VERSION:=3.5.1 +PKG_VERSION:=3.5.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:=d9892bf18c4e6af65d233d1263d873e94baf6ab55fa25438457800ae2e418642 +PKG_MIRROR_HASH:=027ff974c0f01d3db333e3727384ba4338e44e800c2464f6ff025fff27eefdc5 PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE -- 2.30.2