Fix some bad usage of $portVersionedName

It contains _x86 for gcc4 builds, which is not what we need.
This commit is contained in:
François Revol
2014-07-19 19:49:49 +02:00
parent 23fb13725e
commit 3c078d8192
5 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ SUMMARY="A commandline-tool and library for downloading data from URLs"
HOMEPAGE="http://curl.haxx.se"
COPYRIGHT="1996-2014, Daniel Stenberg, <daniel@haxx.se>. All rights reserved."
LICENSE="Curl"
SRC_URI="http://curl.haxx.se/download/$portVersionedName.tar.bz2"
SRC_URI="http://curl.haxx.se/download/curl-$portVersion.tar.bz2"
CHECKSUM_SHA256="24502492de3168b0556d8e1a06f14f7589e57b204917d602a572e14239b3e09e"
REVISION="1"
ARCHITECTURES="x86_gcc2 x86 x86_64 arm"