ccache: update to 3.7

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-04-23 23:23:02 +02:00
parent 23b49fce17
commit 89994cb2dc
No known key found for this signature in database
GPG Key ID: DE55AD8DBEBB4EE8
1 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'ccache'
pkgname=ccache
version=3.6
version=3.7
revision=1
bootstrap=yes
build_style=gnu-configure
@ -12,8 +12,8 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://ccache.samba.org/"
changelog="https://ccache.samba.org/news.html"
distfiles="https://samba.org/ftp/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=a6b129576328fcefad00cb72035bc87bc98b6a76aec0f4b59bed76d67a399b1f
distfiles="https://github.com/ccache/ccache/releases/download/v3.7/${pkgname}-${version}.tar.xz"
checksum=409f38bec6161288749a499c82060c99a551c3aced406827e28d183e9c070575
post_install() {
vmkdir usr/lib/ccache/bin
@ -23,7 +23,8 @@ post_install() {
arm-linux-musleabihf armv7l-linux-musleabihf aarch64-linux-gnu \
i686-pc-linux-gnu aarch64-linux-musl i686-linux-musl \
mips-linux-musl mips-linux-muslhf mipsel-linux-musl mipsel-linux-muslhf \
powerpc64-linux-musl powerpc64le-linux-musl powerpc64le-linux-gnu; do
powerpc64-linux-gnu powerpc64-linux-musl \
powerpc64le-linux-musl powerpc64le-linux-gnu; do
ln -sfr ${DESTDIR}/usr/bin/ccache ${DESTDIR}/usr/lib/ccache/bin/${x}-${f}
done
done