1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:57:35 +00:00

Ports/ccache: Update ccache to version 4.8.3

This commit is contained in:
EWouters 2023-09-01 18:47:17 +02:00 committed by Jelle Raaijmakers
parent ed8e68a77d
commit 4e3aea7966
3 changed files with 7 additions and 7 deletions

View file

@ -1,9 +1,9 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='ccache'
version='4.6.3'
version='4.8.3'
useconfigure='true'
files=(
"https://github.com/ccache/ccache/releases/download/v${version}/ccache-${version}.tar.gz#f46ba3706ad80c30d4d5874dee2bf9227a7fcd0ccaac31b51919a3053d84bd05"
"https://github.com/ccache/ccache/releases/download/v${version}/ccache-${version}.tar.gz#d59dd569ad2bbc826c0bc335c8ebd73e78ed0f2f40ba6b30069347e63585d9ef"
)
depends=(
'zstd'