From 01d12608573185fe0a03351092daf2856a3be76a 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. --- srcpkgs/ccache/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template index c7b94db6d679..bb9dde861f67 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"