Skip to content

Commit

Permalink
alist: bump to v3.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwml committed Sep 15, 2022
1 parent d310a6c commit fb48d47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions alist/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit fb48d47

Please sign in to comment.