summaryrefslogtreecommitdiffstats
path: root/abs/extra-testing
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verison.net>2010-07-16 21:32:09 (GMT)
committerMichael Hanson <hansonorders@verison.net>2010-07-16 21:32:09 (GMT)
commitf697883b1b2ae5f3a0dfbfe4a33f7f43b310f1ae (patch)
tree6276b42d720334cce1d20f72b31e66802cd5e9f4 /abs/extra-testing
parent84706c2666c50b41adeba482c55432712e841f44 (diff)
downloadlinhes_pkgbuild-f697883b1b2ae5f3a0dfbfe4a33f7f43b310f1ae.zip
linhes_pkgbuild-f697883b1b2ae5f3a0dfbfe4a33f7f43b310f1ae.tar.gz
linhes_pkgbuild-f697883b1b2ae5f3a0dfbfe4a33f7f43b310f1ae.tar.bz2
ccache: upgade to 3.0.1 ref 647
Diffstat (limited to 'abs/extra-testing')
-rw-r--r--abs/extra-testing/ccache/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra-testing/ccache/PKGBUILD b/abs/extra-testing/ccache/PKGBUILD
index 14c3be9..81f188b 100644
--- a/abs/extra-testing/ccache/PKGBUILD
+++ b/abs/extra-testing/ccache/PKGBUILD
@@ -3,15 +3,14 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=ccache
-pkgver=2.4
-pkgrel=5
+pkgver=3.0.1
+pkgrel=1
pkgdesc="ccache is a compiler cache"
url="http://ccache.samba.org/"
source=(http://samba.org/ftp/${pkgname}/$pkgname-$pkgver.tar.gz)
license=('GPL')
arch=('i686' 'x86_64')
depends=('glibc')
-md5sums=('73c1ed1e767c1752dd0f548ec1e66ce7')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -33,3 +32,4 @@ build() {
ln -sf /usr/bin/ccache ${pkgdir}/usr/lib/ccache/bin/${CHOST}-c++
}
+md5sums=('15f2449899d9e8dc3aff6b86f97ab63e')