From fd61183b769ca4258230853cf087dd4ff0422005 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 23 Dec 2016 12:58:34 +0100 Subject: [PATCH] curl: update to 7.52.1. --- srcpkgs/curl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index 9573842f3f3..8afbe7caa67 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -1,7 +1,7 @@ # Template build file for 'curl'. pkgname=curl -version=7.51.0 -revision=2 +version=7.52.1 +revision=1 build_style=gnu-configure configure_args="ac_cv_sizeof_off_t=8 --without-gssapi --enable-threaded-resolver --enable-ipv6 $(vopt_with rtmp) @@ -19,7 +19,7 @@ maintainer="Juan RP " license="MIT" homepage="http://curl.haxx.se" distfiles="$homepage/download/$pkgname-$version.tar.bz2" -checksum=7f8240048907e5030f67be0a6129bc4b333783b9cca1391026d700835a788dde +checksum=d16185a767cb2c1ba3d5b9096ec54e5ec198b213f45864a38b3bda4bbf87389b build_options="gnutls ldap rtmp ssh ssl" build_options_default="ssh ssl"