ccache: update to 4.6.3.

This commit is contained in:
Enno Boland 2022-10-06 12:54:36 +02:00 committed by Duncan Overbruck
parent 3b1f36c5b3
commit b740c0ce65

View file

@ -1,6 +1,6 @@
# Template file for 'ccache' # Template file for 'ccache'
pkgname=ccache pkgname=ccache
version=4.6.2 version=4.6.3
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DENABLE_TESTING=OFF -DREDIS_STORAGE_BACKEND=OFF" configure_args="-DENABLE_TESTING=OFF -DREDIS_STORAGE_BACKEND=OFF"
@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
homepage="https://ccache.samba.org/" homepage="https://ccache.samba.org/"
changelog="https://ccache.dev/releasenotes.html" changelog="https://ccache.dev/releasenotes.html"
distfiles="https://github.com/ccache/ccache/releases/download/v${version}/${pkgname}-${version}.tar.xz" distfiles="https://github.com/ccache/ccache/releases/download/v${version}/${pkgname}-${version}.tar.xz"
checksum=789a2435d7fde2eaef5ec7b3ecf2366e546f764253e9999fdf008d2dd7f3b10c checksum=1e3a251bb112632553b8255a78661fe526c3a16598496d51128c32b218fd8b22
if [ -n "$XBPS_CHECK_PKGS" ]; then if [ -n "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -DENABLE_TESTING=ON" configure_args+=" -DENABLE_TESTING=ON"