ccache: update to 4.7.4.

This commit is contained in:
Roberto Ricci 2022-12-17 23:34:19 +01:00 committed by Michal Vasilek
parent d4fb7690ee
commit ea2eff6d1b
2 changed files with 559 additions and 258 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,18 +1,17 @@
# Template file for 'ccache'
pkgname=ccache
version=4.6.3
version=4.7.4
revision=1
build_style=cmake
configure_args="-DENABLE_TESTING=OFF -DREDIS_STORAGE_BACKEND=OFF"
hostmakedepends="perl"
makedepends="libzstd-devel zlib-devel"
makedepends="libzstd-devel"
short_desc="Fast C/C++ Compiler Cache"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-3.0-or-later"
homepage="https://ccache.samba.org/"
homepage="https://ccache.dev"
changelog="https://ccache.dev/releasenotes.html"
distfiles="https://github.com/ccache/ccache/releases/download/v${version}/${pkgname}-${version}.tar.xz"
checksum=1e3a251bb112632553b8255a78661fe526c3a16598496d51128c32b218fd8b22
distfiles="https://github.com/ccache/ccache/releases/download/v${version}/ccache-${version}.tar.xz"
checksum=df0c64d15d3efaf0b4f6837dd6b1467e40eeaaa807db25ce79c3a08a46a84e36
if [ -n "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DENABLE_TESTING=ON"