Date: Sunday, July 24, 2016 @ 11:21:24 Author: arojas Revision: 183904
Update to 3.2.6 Modified: ccache/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-24 09:19:59 UTC (rev 183903) +++ PKGBUILD 2016-07-24 11:21:24 UTC (rev 183904) @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=ccache -pkgver=3.2.5 +pkgver=3.2.6 pkgrel=1 pkgdesc="A compiler cache" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL3') depends=('zlib') source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz") -md5sums=('270c9ad0631c6e34f5fa84f0d9385f95') +md5sums=('aadbf109d1e52ec0cdc67112a517c75e') build() { cd ${srcdir}/${pkgname}-${pkgver}
