Skip to content

Commit

Permalink
alist: bump to v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwml committed Apr 4, 2022
1 parent cfcbd75 commit b70a670
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions alist/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=alist
PKG_VERSION:=2.2.0
PKG_VERSION:=2.3.2
PKG_WEB_VERSION:=2.3.0
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
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_FILE:=LICENSE
Expand Down Expand Up @@ -74,9 +75,9 @@ endef
define Build/Compile
( \
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) ; \
tar -zxvf alist-web-$(PKG_VERSION).tar.gz ; \
cd alist-web-$(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_WEB_VERSION).tar.gz ; \
cd alist-web-$(PKG_WEB_VERSION) ; \
yarn && yarn build ; \
cp -ax dist/* ../public/ ; \
cp -ax $(CURDIR)/files/assets/* ../public/assets/ ; \
Expand Down

0 comments on commit b70a670

Please sign in to comment.