From 8234ae9329c8e0e155a5b98f61944f4d81aae202 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 31 Jan 2022 22:43:00 +0000 Subject: added cacerts to curl --- repo/util/curl.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo') diff --git a/repo/util/curl.xibuild b/repo/util/curl.xibuild index a6a7051..80e4d6f 100644 --- a/repo/util/curl.xibuild +++ b/repo/util/curl.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make ) -DEPS=(openssl zlib zstd libnghttp libpsl) +DEPS=(openssl zlib zstd libnghttp libpsl cacerts) PKG_VER=7.80.0 SOURCE=https://curl.se/download/curl-$PKG_VER.tar.xz -- cgit v1.2.1