curl: update to 7.55.0.

This commit is contained in:
Juan RP 2017-08-11 10:48:55 +02:00
parent de874b9de5
commit 51d893f39b

View file

@ -1,6 +1,6 @@
# Template build file for 'curl'.
pkgname=curl
version=7.54.1
version=7.55.0
revision=1
build_style=gnu-configure
configure_args="ac_cv_sizeof_off_t=8
@ -21,7 +21,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT"
homepage="https://curl.haxx.se"
distfiles="$homepage/download/$pkgname-$version.tar.bz2"
checksum=fdfc4df2d001ee0c44ec071186e770046249263c491fcae48df0e1a3ca8f25a0
checksum=af1d69ec6f15fe70a2cabaa98309732bf035ef2a735e4e1a3e08754d2780e5b1
build_options="gnutls gssapi ldap rtmp ssh ssl"
build_options_default="ssh ssl"
@ -47,7 +47,5 @@ libcurl-devel_package() {
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/lib/pkgconfig
vmove usr/share/man/man3
vmove usr/share/aclocal
}
}