alist: bump to v3.3.0
This commit is contained in:
parent
4bc1e86841
commit
bb8eb666b6
@ -7,13 +7,13 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=alist
|
PKG_NAME:=alist
|
||||||
PKG_VERSION:=3.2.1
|
PKG_VERSION:=3.3.0
|
||||||
PKG_WEB_VERSION:=3.2.1
|
PKG_WEB_VERSION:=3.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/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:=8d4c2ee46cac91e24b119cdb316ff498355e66d773da1c3c30b34d69b8b7cd79
|
PKG_HASH:=6fbf7a16920f58f15e5695518fc7c44c7a43fffe406d761c3e3517cfe905e8ab
|
||||||
|
|
||||||
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:=0fda7895fe4418d97d48b0d2d65eb70884181a1d4928823ac6a5729dc9a2cc6a
|
HASH:=f8e93a269da150507f8b156aab0d58918a6b1b365e8494b3fd0225de884b0af8
|
||||||
endef
|
endef
|
||||||
|
|
||||||
PKG_CONFIG_DEPENDS:= \
|
PKG_CONFIG_DEPENDS:= \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- a/internal/bootstrap/config.go
|
--- a/internal/bootstrap/config.go
|
||||||
+++ b/internal/bootstrap/config.go
|
+++ b/internal/bootstrap/config.go
|
||||||
@@ -54,11 +54,7 @@ func InitConfig() {
|
@@ -63,11 +63,7 @@ func InitConfig() {
|
||||||
}
|
}
|
||||||
conf.Conf.TempDir = absPath
|
conf.Conf.TempDir = absPath
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user