From 6c291ebc146304dc3618fe32afc67fee7ba7a399 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 8 Oct 2015 17:33:12 +0000 Subject: [PATCH] curl: bump version. --- net-misc/curl/{curl-7.43.0.recipe => curl-7.45.0.recipe} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename net-misc/curl/{curl-7.43.0.recipe => curl-7.45.0.recipe} (92%) diff --git a/net-misc/curl/curl-7.43.0.recipe b/net-misc/curl/curl-7.45.0.recipe similarity index 92% rename from net-misc/curl/curl-7.43.0.recipe rename to net-misc/curl/curl-7.45.0.recipe index d2eff2b98..9e0362022 100644 --- a/net-misc/curl/curl-7.43.0.recipe +++ b/net-misc/curl/curl-7.45.0.recipe @@ -6,18 +6,18 @@ based upload, proxies, cookies, user+password authentication (Basic, Digest, \ NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a \ busload of other useful tricks." HOMEPAGE="http://curl.haxx.se" -COPYRIGHT="1996-2014, Daniel Stenberg" +COPYRIGHT="1996-2015, Daniel Stenberg" LICENSE="Curl" REVISION="1" SOURCE_URI="http://curl.haxx.se/download/curl-$portVersion.tar.bz2" -CHECKSUM_SHA256="baa654a1122530483ccc1c58cc112fec3724a82c11c6a389f1e6a37dc8858df9" +CHECKSUM_SHA256="65154e66b9f8a442b57c436904639507b4ac37ec13d6f8a48248f1b4012b98ea" ARCHITECTURES="x86_gcc2 x86 x86_64 arm" SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" curl$secondaryArchSuffix = $portVersion - lib:libcurl$secondaryArchSuffix = 4.3.0 compat >= 4 + lib:libcurl$secondaryArchSuffix = 4.4.0 compat >= 4 " if [ -z "$secondaryArchSuffix" ]; then PROVIDES="$PROVIDES @@ -40,7 +40,7 @@ BUILD_REQUIRES=" PROVIDES_devel=" curl${secondaryArchSuffix}_devel = $portVersion cmd:curl_config$secondaryArchSuffix = $portVersion compat >= 7.16 - devel:libcurl$secondaryArchSuffix = 4.3.0 compat >= 4 + devel:libcurl$secondaryArchSuffix = 4.4.0 compat >= 4 " REQUIRES_devel=" curl$secondaryArchSuffix == $portVersion base