ccache: update to 4.7.4.
This commit is contained in:
parent
d4fb7690ee
commit
ea2eff6d1b
File diff suppressed because it is too large
Load Diff
|
@ -1,18 +1,17 @@
|
||||||
# Template file for 'ccache'
|
# Template file for 'ccache'
|
||||||
pkgname=ccache
|
pkgname=ccache
|
||||||
version=4.6.3
|
version=4.7.4
|
||||||
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"
|
||||||
hostmakedepends="perl"
|
makedepends="libzstd-devel"
|
||||||
makedepends="libzstd-devel zlib-devel"
|
|
||||||
short_desc="Fast C/C++ Compiler Cache"
|
short_desc="Fast C/C++ Compiler Cache"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://ccache.samba.org/"
|
homepage="https://ccache.dev"
|
||||||
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}/ccache-${version}.tar.xz"
|
||||||
checksum=1e3a251bb112632553b8255a78661fe526c3a16598496d51128c32b218fd8b22
|
checksum=df0c64d15d3efaf0b4f6837dd6b1467e40eeaaa807db25ce79c3a08a46a84e36
|
||||||
|
|
||||||
if [ -n "$XBPS_CHECK_PKGS" ]; then
|
if [ -n "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -DENABLE_TESTING=ON"
|
configure_args+=" -DENABLE_TESTING=ON"
|
||||||
|
|
Loading…
Reference in New Issue