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

Giovanni Scafora giovanni at archlinux.org
Thu Nov 20 07:09:40 UTC 2014


    Date: Thursday, November 20, 2014 @ 08:09:39
  Author: giovanni
Revision: 122813

upgpkg: ccache 3.2-1

upstream release

Modified:
  ccache/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-20 03:23:11 UTC (rev 122812)
+++ PKGBUILD	2014-11-20 07:09:39 UTC (rev 122813)
@@ -3,7 +3,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=ccache
-pkgver=3.1.10
+pkgver=3.2
 pkgrel=1
 pkgdesc="A compiler cache"
 arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@
 url="http://ccache.samba.org/"
 license=('GPL3')
 depends=('zlib')
-source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('dad9790da35d2a4a0971986b3d377231')
+source=("http://samba.org/ftp/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('7922ad7b8b44377df78896de8f7b39d1')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}



More information about the arch-commits mailing list