Date: Friday, September 9, 2016 @ 18:14:50 Author: arojas Revision: 189081
Update to 3.3.1 Modified: ccache/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-09 17:20:51 UTC (rev 189080) +++ PKGBUILD 2016-09-09 18:14:50 UTC (rev 189081) @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=ccache -pkgver=3.3 +pkgver=3.3.1 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=('012d68ee4701a5e6227d899f933cb340') +md5sums=('72a3db9788bcb615b251b4bde7247598') build() { cd ${srcdir}/${pkgname}-${pkgver}
