diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-22 15:04:22 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-22 15:04:22 +0300 |
commit | 8e61b24438bfed5e7bb2dbbebe61b78f262d1f67 (patch) | |
tree | efd449ffe41f36391194fc269da7030113fedac0 /extra/ccache | |
parent | 4b5a37f7f52606515a83aaca55c33714f6095129 (diff) | |
download | repository-8e61b24438bfed5e7bb2dbbebe61b78f262d1f67.tar.gz |
ccache: bump to 4.4
Diffstat (limited to 'extra/ccache')
-rwxr-xr-x | extra/ccache/build | 2 | ||||
-rw-r--r-- | extra/ccache/checksums | 3 | ||||
-rw-r--r-- | extra/ccache/sources | 2 | ||||
-rw-r--r-- | extra/ccache/version | 2 |
4 files changed, 6 insertions, 3 deletions
diff --git a/extra/ccache/build b/extra/ccache/build index d78718ae..6ccbdbdd 100755 --- a/extra/ccache/build +++ b/extra/ccache/build @@ -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..9c7554bf 100644 --- a/extra/ccache/checksums +++ b/extra/ccache/checksums @@ -1 +1,2 @@ -504a0f2184465c306826f035b4bc00bae7500308d6af4abbfb50e33a694989b4 ccache-4.3.tar.xz +%BLAKE3 +92cbca449ac2ac33d43289f1d40e3f9b461fe01d6ca1c343873ae6ad24b21ca6 ccache-4.4.tar.xz diff --git a/extra/ccache/sources b/extra/ccache/sources index 016b70da..c4ea7a96 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.4/ccache-4.4.tar.xz diff --git a/extra/ccache/version b/extra/ccache/version index aead5414..3fa426fa 100644 --- a/extra/ccache/version +++ b/extra/ccache/version @@ -1 +1 @@ -4.3 1 +4.4 1 |