From d77f6a43dc30bc87c609210c1624aeda7ce1a42d Mon Sep 17 00:00:00 2001 From: Jan S Date: Wed, 21 May 2014 21:48:50 +0200 Subject: [PATCH] curl: update to 7.37.0. --- srcpkgs/curl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/curl/template b/srcpkgs/curl/template index 87914dc1b1..07aa9f2472 100644 --- a/srcpkgs/curl/template +++ b/srcpkgs/curl/template @@ -1,6 +1,6 @@ # Template build file for 'curl'. pkgname=curl -version=7.36.0 +version=7.37.0 revision=1 build_style=gnu-configure configure_args="--disable-ldaps --with-gssapi=${XBPS_CROSS_BASE}/usr @@ -14,7 +14,7 @@ maintainer="Juan RP " license="MIT" homepage="http://curl.haxx.se" distfiles="$homepage/download/$pkgname-$version.tar.bz2" -checksum=1fbe82b89bcd6b7ccda8cb0ff076edc60e911595030e27689f4abd5ef7f3cfcd +checksum=24502492de3168b0556d8e1a06f14f7589e57b204917d602a572e14239b3e09e libcurl_package() { short_desc="The multiprotocol file transfer library"