From 7badc17f24b42f7b348d0c46f720ce6de80db110 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 22 Jul 2016 09:33:13 +0200 Subject: [PATCH] curl: update to 7.50.0. --- srcpkgs/curl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index 60bdf71212c..d6c2ee7e737 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -1,6 +1,6 @@ # Template build file for 'curl'. pkgname=curl -version=7.49.1 +version=7.50.0 revision=1 build_style=gnu-configure configure_args="ac_cv_sizeof_off_t=8 --without-gssapi @@ -19,7 +19,7 @@ maintainer="Juan RP " license="MIT" homepage="http://curl.haxx.se" distfiles="$homepage/download/$pkgname-$version.tar.bz2" -checksum=eb63cec4bef692eab9db459033f409533e6d10e20942f4b060b32819e81885f1 +checksum=608dfe2db77f48db792c387e7791aca55a25f0b42385707ad927164199ecfa9a build_options="gnutls ldap rtmp ssh ssl" build_options_default="ssh ssl"