curl: update to 7.21.0.

This commit is contained in:
Juan RP 2010-06-23 01:18:46 +02:00
parent cbbdc71e20
commit ee22ea3f5b

View file

@ -1,12 +1,12 @@
# Template build file for 'curl'. # Template build file for 'curl'.
pkgname=curl pkgname=curl
version=7.20.1 version=7.21.0
distfiles="http://curl.haxx.se/download/$pkgname-$version.tar.bz2" distfiles="http://curl.haxx.se/download/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-ldaps --with-gssapi=/usr --with-ca-path=/etc/ssl/certs" configure_args="--enable-ldaps --with-gssapi=/usr --with-ca-path=/etc/ssl/certs"
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=70664da8e2a8c84327abd10ed30d5a3fc9fa2151def9ee5b75f27e3538554e56 checksum=fe95b4c414951b28987df9c31baea83013cca757124bac4e59869c8806d487ba
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