curl: update to 7.71.1, orphan, add checkdepends.
This commit is contained in:
parent
8db8994927
commit
632fd33148
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'curl'
|
||||
pkgname=curl
|
||||
version=7.71.0
|
||||
revision=2
|
||||
version=7.71.1
|
||||
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)
|
||||
|
@ -13,14 +13,15 @@ makedepends="nghttp2-devel zlib-devel $(vopt_if gnutls 'gnutls-devel')
|
|||
$(vopt_if rtmp 'librtmp-devel') $(vopt_if ssh 'libssh2-devel')
|
||||
$(vopt_if ssl 'libressl-devel')"
|
||||
depends="ca-certificates"
|
||||
checkdepends="python3"
|
||||
# openssh isn't in checkdepends, because test 581 locks up
|
||||
checkdepends="perl python3 stunnel nghttp2 groff"
|
||||
short_desc="Client that groks URLs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://curl.haxx.se"
|
||||
changelog="https://curl.haxx.se/changes.html#${version//./_}"
|
||||
distfiles="${homepage}/download/${pkgname}-${version}.tar.bz2"
|
||||
checksum=600f00ac2481a89548a4141ddf983fd9386165e1960bac91d0a1c81dca5dd341
|
||||
checksum=9d52a4d80554f9b0d460ea2be5d7be99897a1a9f681ffafe739169afd6b4f224
|
||||
patch_args="-Np1"
|
||||
build_options="gnutls gssapi ldap rtmp ssh ssl"
|
||||
build_options_default="ssh ssl"
|
||||
|
|
Loading…
Reference in a new issue