alist: Update to 3.37.1
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
59986cf970
commit
4859c81eec
|
@ -5,12 +5,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=alist
|
||||
PKG_VERSION:=3.36.0
|
||||
PKG_VERSION:=3.37.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:=809072becc16613755c33286c5b19539f81dcb2b40f0c4cd4838c4614946c874
|
||||
PKG_HASH:=528a967fc26d3d74c33c4efc2baa8cf5a64e82c167c582e749724fcefae10ce5
|
||||
|
||||
PKG_LICENSE:=AGPL-3.0-only
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
@ -49,13 +49,13 @@ define Package/alist/conffiles
|
|||
/etc/config/alist
|
||||
endef
|
||||
|
||||
WEB_VERSION:=3.36.0
|
||||
WEB_VERSION:=3.37.1
|
||||
WEB_FILE:=$(PKG_NAME)-web-$(WEB_VERSION).tar.gz
|
||||
define Download/alist-web
|
||||
URL:=https://github.com/alist-org/alist-web/releases/download/$(WEB_VERSION)/
|
||||
URL_FILE:=dist.tar.gz
|
||||
FILE:=$(WEB_FILE)
|
||||
HASH:=b997d3ecf92f447cc1daca9b1ae9b9dc3f28445589db3dc054174ecc15a600a9
|
||||
HASH:=0ca1fceb5291c59d5b5dcc0f3e871eac96485d39abce8495f1eb510cc12bccf6
|
||||
endef
|
||||
|
||||
define Build/Prepare
|
||||
|
|
Loading…
Reference in New Issue