diff --git a/projects/curl.se/package.yml b/projects/curl.se/package.yml index be443b13..be329981 100644 --- a/projects/curl.se/package.yml +++ b/projects/curl.se/package.yml @@ -12,17 +12,18 @@ dependencies: openssl.org: ^1.1 curl.se/ca-certs: '*' zlib.net: ^1.2.11 + rockdaboot.github.io/libpsl: ^0 # added in 8.6.0 build: - ./configure - --prefix={{prefix}} - --with-openssl - --with-ca-fallback # uses openssl’s certs (which we control) + --prefix={{prefix}} + --with-openssl + --with-ca-fallback # uses openssl’s certs (which we control) - make --jobs {{ hw.concurrency }} install test: - curl -i tea.xyz - curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org + - curl -i pkgx.sh + - curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org provides: - bin/curl