[arch-commits] Commit in ccache/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Sep 29 20:33:00 UTC 2016


    Date: Thursday, September 29, 2016 @ 20:32:59
  Author: arojas
Revision: 191027

Update to 3.3.2

Modified:
  ccache/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-29 18:18:52 UTC (rev 191026)
+++ PKGBUILD	2016-09-29 20:32:59 UTC (rev 191027)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=ccache
-pkgver=3.3.1
+pkgver=3.3.2
 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=('72a3db9788bcb615b251b4bde7247598')
+md5sums=('2767d8f88f5ec218983a2f05c9e20df2')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



More information about the arch-commits mailing list