curl: update to 7.71.0.

This commit is contained in:
Piraty 2020-06-26 16:48:26 +02:00
parent 9d0aac6eca
commit 38f6c4e4aa
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'curl' # Template file for 'curl'
pkgname=curl pkgname=curl
version=7.70.0 version=7.71.0
revision=2 revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="ac_cv_sizeof_off_t=8 --enable-threaded-resolver --enable-ipv6 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) $(vopt_with rtmp) $(vopt_with gssapi) $(vopt_enable ldap) $(vopt_with gnutls)
@ -20,7 +20,7 @@ license="MIT"
homepage="https://curl.haxx.se" homepage="https://curl.haxx.se"
changelog="https://curl.haxx.se/changes.html#${version//./_}" changelog="https://curl.haxx.se/changes.html#${version//./_}"
distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2" distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2"
checksum=a50bfe62ad67a24f8b12dd7fd655ac43a0f0299f86ec45b11354f25fbb5829d0 checksum=600f00ac2481a89548a4141ddf983fd9386165e1960bac91d0a1c81dca5dd341
patch_args="-Np1" patch_args="-Np1"
build_options="gnutls gssapi ldap rtmp ssh ssl" build_options="gnutls gssapi ldap rtmp ssh ssl"
build_options_default="ssh ssl" build_options_default="ssh ssl"