curl: update to 7.38.0.

This commit is contained in:
Juan RP 2014-09-12 10:22:19 +02:00
parent 262304a89c
commit b367ee8327
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# Template build file for 'curl'.
pkgname=curl
version=7.37.1
revision=2
version=7.38.0
revision=1
build_style=gnu-configure
configure_args="--disable-ldaps --without-gssapi
configure_args="ac_cv_sizeof_off_t=8 --disable-ldaps --without-gssapi
--enable-threaded-resolver --enable-ipv6
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
hostmakedepends="pkg-config perl groff"
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
homepage="http://curl.haxx.se"
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
checksum=c3ef3cd148f3778ddbefb344117d7829db60656efe1031f9e3065fc0faa25136
checksum=035bd41e99aa1a4e64713f4cea5ccdf366ca8199e9be1b53d5a043d5165f9eba
libcurl_package() {
short_desc="The multiprotocol file transfer library"