Date: Wednesday, May 26, 2021 @ 08:51:22 Author: eworm Revision: 946623
upgpkg: libcurl-compat 7.77.0-1: new upstream release Modified: libcurl-compat/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-26 08:48:53 UTC (rev 946622) +++ PKGBUILD 2021-05-26 08:51:22 UTC (rev 946623) @@ -2,7 +2,7 @@ # Contributor: Piotr Balcerowski <[email protected]> pkgname=libcurl-compat -pkgver=7.76.1 +pkgver=7.77.0 pkgrel=1 pkgdesc='An URL retrieval library (without versioned symbols)' arch=('x86_64') @@ -12,7 +12,7 @@ 'libpsl' 'libpsl.so' 'libssh' 'libssh2.so' 'zlib' 'zstd') options=('strip') source=("https://curl.haxx.se/download/curl-${pkgver}.tar.gz"{,.asc}) -sha512sums=('43edacadbb823eb43008dd7d3b3851097cc40bc06ed6c701d7af2605a461ec556a9a15d1d71a8703cb2e0180aa3183995a67a072f4043ecc3a3972f25619722b' +sha512sums=('cacd85eb9b2ad90f59595b497035f4660b6c5cff2d653da939c9ceac6dd8dd4bc7bdcb2dfd251862af0c29b9299312bf7271ed0249734fca979c9588799635d6' 'SKIP') validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg @@ -29,6 +29,7 @@ --enable-threaded-resolver \ --with-gssapi \ --with-libssh2 \ + --with-openssl \ --with-random='/dev/urandom' \ --with-ca-bundle='/etc/ssl/certs/ca-certificates.crt'
