Ports/ccache: Update ccache to version 4.6

This commit is contained in:
EWouters 2022-04-01 02:01:15 +02:00 committed by Brian Gianforcaro
parent 72d5a19db3
commit 33343998f4
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
| [`bzip2`](bzip2/) | bzip2 | 1.0.8 | https://sourceware.org/bzip2/ |
| [`ca-certificates`](ca-certificates/) | Mozilla CA certificate store | 2022-03-29 | https://curl.se/docs/caextract.html |
| [`carl`](carl/) | Crypto Ancienne Resource Loader | 1.5 | https://github.com/classilla/cryanc |
| [`ccache`](ccache/) | ccache | 4.5.1 | https://ccache.dev/ |
| [`ccache`](ccache/) | ccache | 4.6 | https://ccache.dev/ |
| [`c-ray`](c-ray/) | C-Ray | 8f30eb9 | https://github.com/vkoskiv/c-ray |
| [`chester`](chester/) | Chester Gameboy Emulator | | https://github.com/veikkos/chester |
| [`citron`](citron/) | Citron Programming Language | 0.0.9.3 | https://github.com/alimpfard/citron |

View file

@ -1,8 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=ccache
version=4.5.1
version=4.6
useconfigure=true
files="https://github.com/ccache/ccache/releases/download/v${version}/ccache-${version}.tar.gz ccache-$version.tar.gz f0d3cff5d555d6868f14a7d05696f0370074e475304fd5aa152b98f892364981"
files="https://github.com/ccache/ccache/releases/download/v${version}/ccache-${version}.tar.gz ccache-$version.tar.gz 73a1767ac6b7c0404a1a55f761a746d338e702883c7137fbf587023062258625"
auth_type=sha256
depends=("zstd")
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt" "-DCMAKE_BUILD_TYPE=Release" "-DREDIS_STORAGE_BACKEND=OFF" "-GNinja")