From b51d209ab2571caed1fe27a197bac298b4df1082 Mon Sep 17 00:00:00 2001 From: Bard Date: Sat, 2 Jul 2022 13:41:53 +0800 Subject: [PATCH] alist: fix alist-web url --- alist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alist/Makefile b/alist/Makefile index fdc57c7..0fe4e79 100644 --- a/alist/Makefile +++ b/alist/Makefile @@ -22,7 +22,7 @@ PKG_MAINTAINER:=sbwml 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)/ + URL:=https://github.com/alist-org/web-v2/releases/download/$(PKG_WEB_VERSION)/ HASH:=d11099a302cf2c4be54f56c79aa77838c4d1ede487bc42f0c8a6cca9588971f2 endef