From be5022c8c4c4987921c15a2e5ad86639b0642b2d Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Tue, 30 Mar 2021 01:35:53 +0200 Subject: [PATCH] ccache: update to 4.2.1. Closes: #29867 [via git-merge-pr] --- srcpkgs/ccache/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template index c7b94db6d67..bb9dde861f6 100644 --- a/srcpkgs/ccache/template +++ b/srcpkgs/ccache/template @@ -1,6 +1,6 @@ # Template file for 'ccache' pkgname=ccache -version=4.2 +version=4.2.1 revision=1 bootstrap=yes build_style=cmake @@ -12,7 +12,7 @@ license="GPL-3.0-or-later" homepage="https://ccache.samba.org/" changelog="https://ccache.dev/releasenotes.html" distfiles="https://github.com/ccache/ccache/releases/download/v${version}/${pkgname}-${version}.tar.xz" -checksum=2f14b11888c39778c93814fc6843fc25ad60ff6ba4eeee3dff29a1bad67ba94f +checksum=9d6ba1cdefdc690401f404b747d81a9a1802b17af4235815866b7620d980477e if [ -z "$CHROOT_READY" ]; then hostmakedepends="cmake-bootstrap"