ccache: Update to 3.7.9

This commit is contained in:
Alexey Pavlov
2020-04-03 18:11:56 +03:00
parent b613803798
commit 2ec8ea59be

View File

@@ -4,7 +4,7 @@
_realname=ccache
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=3.7.8
pkgver=3.7.9
pkgrel=1
pkgdesc="Compiler cache that speeds up recompilation by caching previous compilations (mingw-w64)"
arch=('any')
@@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
options=('staticlibs' 'strip')
source=("https://github.com/ccache/ccache/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.xz"{,.asc}
"01-directory-separator.patch")
sha256sums=('99ea7b8fc34fdd5dc628169f452086c1f4d8ca3a1e52bd484fbdef3516893672'
sha256sums=('f893da7543bfb9172bd55e603fcbdfcd83e6def176a28689c13235695b4cf44b'
'SKIP'
'888748bd62a23b909dda4df714ffb2bb09db3fa698d199754f372a01b5a55179')
validpgpkeys=('5A939A71A46792CF57866A51996DDA075594ADB8') # Joel Rosdahl <joel@rosdahl.net>