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

Antonio Rojas arojas at archlinux.org
Fri Sep 9 18:14:50 UTC 2016


    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 <Jeepster at gmx.co.uk>
 
 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}



More information about the arch-commits mailing list