curl: bump version.

This commit is contained in:
Jerome Duval
2019-09-29 12:44:40 +02:00
parent ef2de8343c
commit fbbf3404f3

View File

@@ -11,13 +11,13 @@ COPYRIGHT="1996-2019 Daniel Stenberg"
LICENSE="Curl"
REVISION="1"
SOURCE_URI="https://curl.haxx.se/download/curl-$portVersion.tar.bz2"
CHECKSUM_SHA256="4cc7c738b35250d0680f29e93e0820c4cb40035f43514ea3ec8d60322d41a45d"
CHECKSUM_SHA256="6618234e0235c420a21f4cb4c2dd0badde76e6139668739085a70c4e2fe7a141"
ADDITIONAL_FILES="curl.rdef"
ARCHITECTURES="x86_gcc2 x86 x86_64 ?arm ?ppc sparc"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
libVersion="4.5.0"
libVersion="4.6.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
portVersionCompat="$portVersion compat >= 7.16"
@@ -41,6 +41,7 @@ PROVIDES_devel="
"
REQUIRES_devel="
curl$secondaryArchSuffix == $portVersion base
devel:libnghttp2$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"