mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
curl: bump version.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user