alist: update to 3.39.2 (#875)

This commit is contained in:
Internet1235 2024-12-11 10:30:21 +08:00 committed by GitHub
parent e24ff4d5df
commit 7af03ce8f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=alist PKG_NAME:=alist
PKG_VERSION:=3.35.0 PKG_VERSION:=3.39.2
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/alist-org/alist/tar.gz/v$(PKG_VERSION)? PKG_SOURCE_URL:=https://codeload.github.com/AlistGo/alist/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=e349a178cd41fff9b668e9d8df9ff1b407b7f6d6fd3dbb2f8a7ca9d0d5ecad55 PKG_HASH:=c455b3fc14f4fd2b81ce1a590113027e3cb278a66a77fd5d21f3a295eb3ea987
PKG_LICENSE:=AGPL-3.0-only PKG_LICENSE:=AGPL-3.0-only
PKG_LICENSE_FILES:=LICENSE PKG_LICENSE_FILES:=LICENSE
@ -49,13 +49,13 @@ define Package/alist/conffiles
/etc/config/alist /etc/config/alist
endef endef
WEB_VERSION:=3.35.0 WEB_VERSION:=3.39.2
WEB_FILE:=$(PKG_NAME)-web-$(WEB_VERSION).tar.gz WEB_FILE:=$(PKG_NAME)-web-$(WEB_VERSION).tar.gz
define Download/alist-web define Download/alist-web
URL:=https://github.com/alist-org/alist-web/releases/download/$(WEB_VERSION)/ URL:=https://github.com/AlistGo/alist-web/releases/download/$(WEB_VERSION)/
URL_FILE:=dist.tar.gz URL_FILE:=dist.tar.gz
FILE:=$(WEB_FILE) FILE:=$(WEB_FILE)
HASH:=940608c2b9f64cf585ad4d241545e5f1e59e5f6e54ef8ea2c9c3a29998313fc7 HASH:=d998315aff5544e7d7248214d02a3b04a92366bf0ac50fb4791b23833e8b543a
endef endef
define Build/Prepare define Build/Prepare