Date: Friday, October 28, 2016 @ 18:59:15 Author: arojas Revision: 193919
Update to 3.3.3 Modified: ccache/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-28 15:31:15 UTC (rev 193918) +++ PKGBUILD 2016-10-28 18:59:15 UTC (rev 193919) @@ -3,7 +3,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=ccache -pkgver=3.3.2 +pkgver=3.3.3 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=('2767d8f88f5ec218983a2f05c9e20df2') +md5sums=('6918b36301a0b8ffdc96549f609a4ebc') build() { cd ${srcdir}/${pkgname}-${pkgver}
