alist: bump to v3.6.0

This commit is contained in:
actions 2022-12-06 00:03:07 +08:00
parent 6ab0c045a2
commit 79ff828603
2 changed files with 5 additions and 5 deletions

View File

@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=alist PKG_NAME:=alist
PKG_VERSION:=3.5.1 PKG_VERSION:=3.6.0
PKG_WEB_VERSION:=3.5.0 PKG_WEB_VERSION:=3.6.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/alist-org/alist/tar.gz/v$(PKG_VERSION)? PKG_SOURCE_URL:=https://codeload.github.com/alist-org/alist/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=ba5519ea73a1a90a3d05c3d982a3b56fc1b677be32ac148b09e748d996355f5b PKG_HASH:=dc2e527f843b18b483a160afea087cad92a8e02d10851031b5b226d56361db2c
PKG_LICENSE:=GPL-3.0 PKG_LICENSE:=GPL-3.0
PKG_LICENSE_FILE:=LICENSE PKG_LICENSE_FILE:=LICENSE
@ -23,7 +23,7 @@ define Download/$(PKG_NAME)-web
FILE:=$(PKG_NAME)-web-$(PKG_WEB_VERSION).tar.gz FILE:=$(PKG_NAME)-web-$(PKG_WEB_VERSION).tar.gz
URL_FILE:=dist.tar.gz URL_FILE:=dist.tar.gz
URL:=https://github.com/alist-org/alist-web/releases/download/$(PKG_WEB_VERSION)/ URL:=https://github.com/alist-org/alist-web/releases/download/$(PKG_WEB_VERSION)/
HASH:=91fb4b16a2db9d8345a99e9056ba406fb691282018679448753ec95ddcecf48a HASH:=213c3fe08a53f6de48c86fc6b508afad8ed3392a045d35dbfaa599dda347fe58
endef endef
PKG_CONFIG_DEPENDS:= \ PKG_CONFIG_DEPENDS:= \

View File

@ -1,6 +1,6 @@
--- a/internal/bootstrap/config.go --- a/internal/bootstrap/config.go
+++ b/internal/bootstrap/config.go +++ b/internal/bootstrap/config.go
@@ -63,11 +63,7 @@ func InitConfig() { @@ -65,11 +65,7 @@ func InitConfig() {
} }
conf.Conf.TempDir = absPath conf.Conf.TempDir = absPath
} }