aboutsummaryrefslogtreecommitdiff
path: root/extra/ccache
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ccache')
-rwxr-xr-xextra/ccache/build4
-rw-r--r--extra/ccache/checksums3
-rw-r--r--extra/ccache/meta3
-rw-r--r--extra/ccache/sources2
-rw-r--r--extra/ccache/version2
5 files changed, 10 insertions, 4 deletions
diff --git a/extra/ccache/build b/extra/ccache/build
index d78718ae..9912e24a 100755
--- a/extra/ccache/build
+++ b/extra/ccache/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-export DESTDIR=$1
+export DESTDIR="$1"
export LDFLAGS="$LDFLAGS -static"
TEST=OFF
@@ -9,7 +9,9 @@ TEST=OFF
cmake -B build \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
+ -DENABLE_DOCUMENTATION=OFF \
-DENABLE_TESTING=$TEST \
+ -DREDIS_STORAGE_BACKEND=OFF \
-DZSTD_LIBRARY=/usr/lib/libzstd.a
cmake --build build
diff --git a/extra/ccache/checksums b/extra/ccache/checksums
index 2b50770b..8c165d6f 100644
--- a/extra/ccache/checksums
+++ b/extra/ccache/checksums
@@ -1 +1,2 @@
-504a0f2184465c306826f035b4bc00bae7500308d6af4abbfb50e33a694989b4 ccache-4.3.tar.xz
+%BLAKE3
+1778762804752bf2949271b21bc79fd267ab1d57ebf518e7aca57baee7c8b6a8 ccache-4.8.3.tar.xz
diff --git a/extra/ccache/meta b/extra/ccache/meta
new file mode 100644
index 00000000..eb7376be
--- /dev/null
+++ b/extra/ccache/meta
@@ -0,0 +1,3 @@
+description: A fast compiler cache
+license: GPL-3.0-or-later
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/extra/ccache/sources b/extra/ccache/sources
index 016b70da..e59a1063 100644
--- a/extra/ccache/sources
+++ b/extra/ccache/sources
@@ -1 +1 @@
-https://github.com/ccache/ccache/releases/download/v4.3/ccache-4.3.tar.xz
+https://github.com/ccache/ccache/releases/download/v4.8.3/ccache-4.8.3.tar.xz
diff --git a/extra/ccache/version b/extra/ccache/version
index aead5414..ec383918 100644
--- a/extra/ccache/version
+++ b/extra/ccache/version
@@ -1 +1 @@
-4.3 1
+4.8.3 1