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:
parent
ed8e68a77d
commit
4e3aea7966
3 changed files with 7 additions and 7 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue