* update ccache to 3.7.1
This commit is contained in:
parent
3d67bf962f
commit
23b4fcc95c
@ -4,18 +4,18 @@
|
||||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
||||
pkgname=ccache
|
||||
pkgver=3.6
|
||||
pkgrel=2
|
||||
pkgver=3.7.1
|
||||
pkgrel=1
|
||||
pkgdesc='Compiler cache that speeds up recompilation by caching previous compilations'
|
||||
url='https://ccache.samba.org/'
|
||||
arch=('x86_64' 'powerpc64le')
|
||||
license=('GPL3')
|
||||
depends=('zlib')
|
||||
source=(https://www.samba.org/ftp/ccache/ccache-${pkgver}.tar.xz{,.asc})
|
||||
source=(https://github.com/ccache/ccache/releases/download/v${pkgver}/ccache-${pkgver}.tar.xz{,.asc})
|
||||
validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl <joel@rosdahl.net>
|
||||
sha256sums=('a6b129576328fcefad00cb72035bc87bc98b6a76aec0f4b59bed76d67a399b1f'
|
||||
sha256sums=('66fc121a2a33968f9ec428e02f48ff4b8896fbabb759e9c09352267014dcbe65'
|
||||
'SKIP')
|
||||
sha512sums=('13ce4c9084983ce77617cf005235987715cd6b630dac13a17cb9badce24aab71bff505e63da4206878e32d337cc674f05fbf78540711ec5b33a0b8384c47fa0d'
|
||||
sha512sums=('c2f369c861998f82600272deedc436840af7f85baa355a1e119dacea8f41275d601a0805c3e2a8bc434df621a4e52647bd8654a71c2329542a8b160f7f179cdf'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user