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

Antonio Rojas arojas at archlinux.org
Wed Aug 31 19:05:12 UTC 2016


    Date: Wednesday, August 31, 2016 @ 19:05:11
  Author: arojas
Revision: 188178

Update to 3.3

Modified:
  ccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-31 19:04:46 UTC (rev 188177)
+++ PKGBUILD	2016-08-31 19:05:11 UTC (rev 188178)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=ccache
-pkgver=3.2.7
+pkgver=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=('d51bff83f656f6a3a58c7e9117d6d8fc')
+md5sums=('012d68ee4701a5e6227d899f933cb340')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



More information about the arch-commits mailing list