curl: update to 7.32.0.

This commit is contained in:
Juan RP 2013-08-12 09:05:45 +02:00
parent eabd6f2eaa
commit fcc5b2e333

View file

@ -1,6 +1,6 @@
# Template build file for 'curl'.
pkgname=curl
version=7.31.0
version=7.32.0
revision=1
build_style=gnu-configure
configure_args="--disable-ldaps --with-gssapi=/usr
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="MIT"
homepage="http://curl.haxx.se"
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
checksum=a73b118eececff5de25111f35d1d0aafe1e71afdbb83082a8e44d847267e3e08
checksum=8e3db42548e01407cb2f1407660c0f528b89ec7afda6264442fc2b229b95223b
libcurl_package() {
replaces="curl-libs<7.20.1"
@ -41,8 +41,6 @@ libcurl-devel_package() {
curl_package() {
depends="ca-certificates"
pkg_install() {
vmove usr/bin/curl
vmove usr/share/man/man1/curl.1
vmove usr/share/man/man1/mk-ca-bundle.1
vmove all
}
}