diff options
author | davidovski <david@davidovski.xyz> | 2022-01-31 01:36:29 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-31 01:36:29 +0000 |
commit | 6353a345169f3aa6f383074ab687053a9cd5af1f (patch) | |
tree | b8b410f85e1fb21a56b4132ead0be0346b55aab8 | |
parent | ea89bf1e17536e50f6b1a8953af9898420b983f6 (diff) |
removed cacerts from curl
-rw-r--r-- | repo/util/curl.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/util/curl.xibuild b/repo/util/curl.xibuild index 0e6ce5a..a6a7051 100644 --- a/repo/util/curl.xibuild +++ b/repo/util/curl.xibuild @@ -1,7 +1,7 @@ #!/bin/bash MAKEDEPS=(make ) -DEPS=(cacerts openssl zlib zstd libnghttp libpsl) +DEPS=(openssl zlib zstd libnghttp libpsl) PKG_VER=7.80.0 SOURCE=https://curl.se/download/curl-$PKG_VER.tar.xz |