alist: bump to v2.3.2
This commit is contained in:
parent
cfcbd75d94
commit
b70a670aec
@ -7,12 +7,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=alist
|
PKG_NAME:=alist
|
||||||
PKG_VERSION:=2.2.0
|
PKG_VERSION:=2.3.2
|
||||||
|
PKG_WEB_VERSION:=2.3.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/Xhofe/alist/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/Xhofe/alist/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=4d1a7b34823f616aab1a1b3a2cfe649f96d2716180c1f686708de32ea061f4c3
|
PKG_HASH:=557e4442115eba99cad04a03a02ff5286c0b523fdf550de797905a4bb226ea31
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-3.0
|
PKG_LICENSE:=GPL-3.0
|
||||||
PKG_LICENSE_FILE:=LICENSE
|
PKG_LICENSE_FILE:=LICENSE
|
||||||
@ -74,9 +75,9 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
( \
|
( \
|
||||||
pushd $(PKG_BUILD_DIR) ; \
|
pushd $(PKG_BUILD_DIR) ; \
|
||||||
curl -o alist-web-$(PKG_VERSION).tar.gz https://codeload.github.com/alist-org/alist-web/tar.gz/refs/tags/$(PKG_VERSION) ; \
|
curl -o alist-web-$(PKG_WEB_VERSION).tar.gz https://codeload.github.com/alist-org/alist-web/tar.gz/refs/tags/$(PKG_WEB_VERSION) ; \
|
||||||
tar -zxvf alist-web-$(PKG_VERSION).tar.gz ; \
|
tar -zxvf alist-web-$(PKG_WEB_VERSION).tar.gz ; \
|
||||||
cd alist-web-$(PKG_VERSION) ; \
|
cd alist-web-$(PKG_WEB_VERSION) ; \
|
||||||
yarn && yarn build ; \
|
yarn && yarn build ; \
|
||||||
cp -ax dist/* ../public/ ; \
|
cp -ax dist/* ../public/ ; \
|
||||||
cp -ax $(CURDIR)/files/assets/* ../public/assets/ ; \
|
cp -ax $(CURDIR)/files/assets/* ../public/assets/ ; \
|
||||||
|
Loading…
Reference in New Issue
Block a user