diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-10-09 11:48:10 +0800 |
---|---|---|
committer | Tianling Shen <cnsztl@immortalwrt.org> | 2023-10-10 10:30:17 +0800 |
commit | 503825ef41d67af8b2cb35fe8dfe683f1c1ca766 (patch) | |
tree | 791543b210876b25f1e3b46310468af74eea1489 /net/cloudreve/Makefile | |
parent | a2653fe7ca2270c9df8d4018a09caa88a55ecf92 (diff) |
cloudreve: Update to 3.8.3
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 245f595c3..d99277344 100644 --- a/net/cloudreve/Makefile +++ b/net/cloudreve/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cloudreve -PKG_VERSION:=3.8.1 +PKG_VERSION:=3.8.3 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/cloudreve/Cloudreve.git PKG_SOURCE_VERSION:=$(PKG_VERSION) -PKG_MIRROR_HASH:=463e8580131c8a021b95ef7014f66556c7fdedad2c1b71627f9efaa86a758f03 +PKG_MIRROR_HASH:=b7945292c73993d47f251135c8dd06c8ecd8d22902594391213f446123d9fced PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE |