diff --git a/alist/Makefile b/alist/Makefile index ff61c6d..47e28d1 100644 --- a/alist/Makefile +++ b/alist/Makefile @@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alist -PKG_VERSION:=3.0.0-beta.2 -PKG_WEB_VERSION:=3.0.0-beta.2 +PKG_VERSION:=3.0.0-rc.0 +PKG_WEB_VERSION:=3.0.0-rc.0 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:=4d8ad4c02db09b117823de7dfbf3ac3dea5bd56613e91899688053fa220acf21 +PKG_HASH:=659ddabc87ceca834a09320c6dd87ab24b16247b992d297b12d9ea4771bed9bf 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:=98d84ae80f27da0aa0216f14b0ee3063fe735fe3d2fe894494e07fb3e70b7d46 + HASH:=55ad8bf4e39e48ff1a0a503783c4e6922e102810cae6dcdf99cec91263c79414 endef PKG_CONFIG_DEPENDS:=CONFIG_ALIST_COMPRESS_UPX