From 1c49b317f6ae1836e40f490a87e02a2827f6a15a Mon Sep 17 00:00:00 2001 From: sbwml <984419930@qq.com> Date: Mon, 19 Sep 2022 11:36:21 +0800 Subject: [PATCH] alist: bump to 3.0.0-rc.1 --- alist/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/alist/Makefile b/alist/Makefile index 47e28d1..2ca532e 100644 --- a/alist/Makefile +++ b/alist/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alist -PKG_VERSION:=3.0.0-rc.0 -PKG_WEB_VERSION:=3.0.0-rc.0 +PKG_VERSION:=3.0.0-rc.1 +PKG_WEB_VERSION:=3.0.0-rc.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/alist-org/alist/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=659ddabc87ceca834a09320c6dd87ab24b16247b992d297b12d9ea4771bed9bf +PKG_HASH:=f0a403e1ef98f2721648cabc60a2912d6776906e9703042bdaebe6284c77b1a9 PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILE:=LICENSE @@ -23,7 +23,7 @@ define Download/$(PKG_NAME)-web FILE:=$(PKG_NAME)-web-$(PKG_WEB_VERSION).tar.gz URL_FILE:=dist.tar.gz URL:=https://github.com/alist-org/alist-web/releases/download/$(PKG_WEB_VERSION)/ - HASH:=55ad8bf4e39e48ff1a0a503783c4e6922e102810cae6dcdf99cec91263c79414 + HASH:=ec9772a9c39aa09c3f96f181aa1787888c01d2f0f88db370f7a9d5eb001e442f endef PKG_CONFIG_DEPENDS:=CONFIG_ALIST_COMPRESS_UPX