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

Antonio Rojas arojas at archlinux.org
Sat Feb 18 20:30:20 UTC 2017


    Date: Saturday, February 18, 2017 @ 20:30:19
  Author: arojas
Revision: 213079

Update to 3.3.4

Modified:
  ccache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-18 18:27:28 UTC (rev 213078)
+++ PKGBUILD	2017-02-18 20:30:19 UTC (rev 213079)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=ccache
-pkgver=3.3.3
+pkgver=3.3.4
 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=('6918b36301a0b8ffdc96549f609a4ebc')
+md5sums=('95ab3c56284129cc2a32460c23069516')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



More information about the arch-commits mailing list