From 070a72d46a1b54f6e90a5b3cf3530b8609972139 Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Fri, 28 May 2021 20:50:31 +0200 Subject: [PATCH] ccache: update to 4.3. --- srcpkgs/ccache/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template index bb9dde861f67..6e9d0161102a 100644 --- a/srcpkgs/ccache/template +++ b/srcpkgs/ccache/template @@ -1,6 +1,6 @@ # Template file for 'ccache' pkgname=ccache -version=4.2.1 +version=4.3 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=9d6ba1cdefdc690401f404b747d81a9a1802b17af4235815866b7620d980477e +checksum=504a0f2184465c306826f035b4bc00bae7500308d6af4abbfb50e33a694989b4 if [ -z "$CHROOT_READY" ]; then hostmakedepends="cmake-bootstrap"