update 2024-02-24 09:06:44
This commit is contained in:
parent
88f514198e
commit
67f063a94b
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=alist
|
||||
PKG_VERSION:=3.31.0
|
||||
PKG_WEB_VERSION:=3.30.0
|
||||
PKG_WEB_VERSION:=3.31.0
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
|
@ -23,7 +23,7 @@ define Download/$(PKG_NAME)-web
|
|||
FILE:=$(PKG_NAME)-web-$(PKG_WEB_VERSION).tar.gz
|
||||
URL_FILE:=dist.tar.gz
|
||||
URL:=https://github.com/alist-org/alist-web/releases/download/$(PKG_WEB_VERSION)/
|
||||
HASH:=04e160efc6e7169103cd424a39de0f1720e769aacc49dc0a2fcc3f1fcc6d0fee
|
||||
HASH:=8595250f02191a7e3a4c4287dab309a606cefdbadba101069ce1049996f3d8c7
|
||||
endef
|
||||
|
||||
PKG_BUILD_DEPENDS:=golang/host
|
||||
|
|
Loading…
Reference in New Issue