curl: update to 7.76.0.

This commit is contained in:
Leah Neukirchen 2021-03-31 13:58:10 +02:00
parent 34dfa3c12c
commit e2727ab9ae

View file

@ -1,7 +1,7 @@
# Template file for 'curl'
pkgname=curl
version=7.75.0
revision=2
version=7.76.0
revision=1
build_style=gnu-configure
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6
$(vopt_with rtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnutls)
@ -21,7 +21,7 @@ license="MIT"
homepage="https://curl.haxx.se"
changelog="https://curl.haxx.se/changes.html#${version//./_}"
distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2"
checksum=50552d4501c178e4cc68baaecc487f466a3d6d19bbf4e50a01869effb316d026
checksum=e29bfe3633701590d75b0071bbb649ee5ca4ca73f00649268bd389639531c49a
patch_args="-Np1"
build_options="gnutls gssapi ldap rtmp ssh ssl zstd"
build_options_default="ssh ssl zstd"