ccache: update to 4.8.2.

This commit is contained in:
Leah Neukirchen 2023-07-07 14:59:40 +02:00
parent bffa9c66b8
commit 1d54d854d9

View File

@ -1,6 +1,6 @@
# Template file for 'ccache'
pkgname=ccache
version=4.8
version=4.8.2
revision=1
build_style=cmake
configure_args="-DENABLE_TESTING=OFF -DREDIS_STORAGE_BACKEND=OFF
@ -13,8 +13,8 @@ homepage="https://ccache.dev"
changelog="https://ccache.dev/releasenotes.html"
distfiles="https://github.com/ccache/ccache/releases/download/v${version}/ccache-${version}.tar.xz
https://github.com/ccache/ccache/releases/download/v${version}/ccache-${version}-linux-x86_64.tar.xz"
checksum="b963ee3bf88d7266b8a0565e4ba685d5666357f0a7e364ed98adb0dc1191fcbb
3b35ec9e8af0f849e66e7b5392e2d436d393adbb0574b7147b203943258c6205"
checksum="3d3fb3f888a5b16c4fa7ee5214cca76348afd6130e8443de5f6f2424f2076a49
0b33f39766fe9db67f40418aed6a5b3d7b2f4f7fab025a8213264b77a2d0e1b1"
if [ -n "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DENABLE_TESTING=ON"