From aae5efc62b60c259af38321734d99b0488057aac Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Thu, 6 Oct 2022 12:54:36 +0200 Subject: [PATCH] ccache: update to 4.6.3. --- srcpkgs/ccache/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ccache/template b/srcpkgs/ccache/template index faf7233fe350..5c1dc8914258 100644 --- a/srcpkgs/ccache/template +++ b/srcpkgs/ccache/template @@ -1,6 +1,6 @@ # Template file for 'ccache' pkgname=ccache -version=4.6.2 +version=4.6.3 revision=1 build_style=cmake configure_args="-DENABLE_TESTING=OFF -DREDIS_STORAGE_BACKEND=OFF" @@ -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=789a2435d7fde2eaef5ec7b3ecf2366e546f764253e9999fdf008d2dd7f3b10c +checksum=1e3a251bb112632553b8255a78661fe526c3a16598496d51128c32b218fd8b22 if [ -n "$XBPS_CHECK_PKGS" ]; then configure_args+=" -DENABLE_TESTING=ON"