main/ccache: upgrade to 3.7.6

This commit is contained in:
Leo 2019-11-22 10:28:45 +01:00
parent d75cdc680d
commit 4473afafcd

View File

@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ccache
pkgver=3.7.5
pkgver=3.7.6
_pkgver=$pkgver
pkgrel=0
pkgdesc="A fast C/C++ compiler cache"
@ -16,12 +16,10 @@ source="https://github.com/ccache/ccache/releases/download/v$pkgver/ccache-$pkgv
prepare() {
default_prepare
cd "$builddir"
update_config_sub
}
build() {
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@ -33,12 +31,10 @@ build() {
}
check() {
cd "$builddir"
make test
}
package() {
cd "$builddir"
install -Dm 755 ccache "$pkgdir"/usr/bin/ccache
install -Dm 644 doc/ccache.1 "$pkgdir"/usr/share/man/man1/ccache.1
@ -51,4 +47,4 @@ package() {
done
}
sha512sums="d66eb9d923c3e4663242a034860bd198175e08274a295b6d5d94e6cd69fe32afa3fb8c228d64d5c5dda025e6f97d0aef0586ce4dbd66e8ce3a23093331f1841f ccache-3.7.5.tar.xz"
sha512sums="c92a699b9761bbbde1666a9bc2718070a5beb24f7054d91226790c7903fe2e26a02d0782822bc811aaffcd88df3cd3e011a19061eb69569ed7140765cef8d6ba ccache-3.7.6.tar.xz"