mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
curl: update to 7.69.0 and adopt.
This commit is contained in:
parent
fdb60fdb50
commit
453b5ad6fc
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'curl'
|
# Template file for 'curl'
|
||||||
pkgname=curl
|
pkgname=curl
|
||||||
version=7.68.0
|
version=7.69.0
|
||||||
revision=1
|
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
|
||||||
|
@ -15,12 +15,12 @@ makedepends="nghttp2-devel zlib-devel $(vopt_if gnutls 'gnutls-devel')
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
checkdepends="python3"
|
checkdepends="python3"
|
||||||
short_desc="Client that groks URLs"
|
short_desc="Client that groks URLs"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
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=207f54917dd6a2dc733065ccf18d61bb5bebeaceb5df49cd9445483e8623eeb9
|
checksum=668d451108a7316cff040b23c79bc766e7ed84122074e44f662b8982f2e76739
|
||||||
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"
|
||||||
vopt_conflict ssl gnutls
|
vopt_conflict ssl gnutls
|
||||||
|
|
Loading…
Add table
Reference in a new issue