ccache: bump version.

This commit is contained in:
Jerome Duval
2015-05-14 18:59:09 +00:00
parent 6cfc369190
commit 5e7d30435d

View File

@@ -5,8 +5,8 @@ compilations and detecting when same compilation is being done again. \
Supported languages are C, C++, Objective-C and Objective-C++.
"
HOMEPAGE="http://ccache.samba.org/"
SRC_URI="http://samba.org/ftp/ccache/ccache-3.1.9.tar.bz2"
CHECKSUM_SHA256="04d3e2e438ac8d4cc4b110b68cdd61bd59226c6588739a4a386869467f5ced7c"
SRC_URI="http://samba.org/ftp/ccache/ccache-$portVersion.tar.bz2"
CHECKSUM_SHA256="440f5e15141cc72d2bfff467c977020979810eb800882e3437ad1a7153cce7b2"
REVISION="1"
LICENSE="GNU GPL v3"
@@ -14,7 +14,7 @@ COPYRIGHT="2002-2007 Andrew Tridgell
2009-2013 Joel Rosdahl"
ARCHITECTURES="x86 x86_gcc2"
ARCHITECTURES="x86 x86_gcc2 x86_64"
PROVIDES="
ccache = $portVersion
@@ -28,12 +28,14 @@ REQUIRES="
BUILD_REQUIRES="
haiku_devel
devel:libz
"
BUILD_PREREQUIRES="
cmd:awk
cmd:gcc
cmd:make
cmd:xargs
"
BUILD()