curl: update to 7.22.0.

This commit is contained in:
Juan RP 2011-09-28 09:47:01 +02:00
parent ce9e894f51
commit 3214f51824

View file

@ -1,13 +1,15 @@
# Template build file for 'curl'. # Template build file for 'curl'.
pkgname=curl pkgname=curl
version=7.21.7 version=7.22.0
distfiles="http://curl.haxx.se/download/$pkgname-$version.tar.bz2" homepage="http://curl.haxx.se"
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-ldaps --with-gssapi=/usr \ configure_args="--enable-ldaps --with-gssapi=/usr \
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt" --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt"
short_desc="Client that groks URLs" short_desc="Client that groks URLs"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1a50dd17400c042090203eef347e946f29c342c32b6c4843c740c80975e8215a license="MIT"
checksum=bda0da862322b122784f5a9d7a65efdd99a6061292cfb8e9357e0c67c03e5112
long_desc=" long_desc="
Curl is a command line tool for transferring files with URL syntax, supporting Curl is a command line tool for transferring files with URL syntax, supporting
FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FILE and LDAP. Curl supports