From 52f0b2f70a13b86c006d664560a9082efe24c51f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 15 Sep 2016 04:29:35 +0200 Subject: [PATCH] curl: update to 7.50.3. --- srcpkgs/curl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index 6718ed710f..6933b3d4ea 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -1,6 +1,6 @@ # Template build file for 'curl'. pkgname=curl -version=7.50.2 +version=7.50.3 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=0c72105df4e9575d68bcf43aea1751056c1d29b1040df6194a49c5ac08f8e233 +checksum=7b7347d976661d02c84a1f4d6daf40dee377efdc45b9e2c77dedb8acf140d8ec build_options="gnutls ldap rtmp ssh ssl" build_options_default="ssh ssl"