diff options
author | davidovski <david@davidovski.xyz> | 2022-01-03 00:25:18 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-03 00:25:18 +0000 |
commit | 11f9960e737d6f60a3b2c64b19907d95727f4a79 (patch) | |
tree | db4d3590bb4b0f775befac75d752ac0c9f94e1bf /repo | |
parent | 98b21e8c85f4dc5d91138195f3f2bdc3d15699eb (diff) |
added libpsl
Diffstat (limited to 'repo')
-rw-r--r-- | repo/core/curl.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/curl.xibuild b/repo/core/curl.xibuild index c94624d..b5da8e4 100644 --- a/repo/core/curl.xibuild +++ b/repo/core/curl.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(cacerts openssl zlib zstd libnghttp) +DEPS=(cacerts openssl zlib zstd libnghttp libpsl) SOURCE=https://curl.se/download/curl-7.80.0.tar.xz DESC="A utility for transfering files with URL syntax" |