From 683aa2b2e205c64111df06b9c219bd5bbbeb20ba Mon Sep 17 00:00:00 2001 From: Bard Date: Wed, 9 Aug 2023 07:05:19 +0800 Subject: [PATCH] alist: add dependency on ca-bundle --- alist/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alist/Makefile b/alist/Makefile index 1f02633..74619d2 100644 --- a/alist/Makefile +++ b/alist/Makefile @@ -46,7 +46,7 @@ define Package/$(PKG_NAME) SUBMENU:=Web Servers/Proxies TITLE:=A file list program that supports multiple storage URL:=https://alist-doc.nn.ci/ - DEPENDS:=$(GO_ARCH_DEPENDS) + DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle endef define Package/$(PKG_NAME)/description