summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Ports/AvailablePorts.md2
-rwxr-xr-xPorts/ccache/package.sh19
2 files changed, 13 insertions, 8 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md
index 0d411014c4..30b3797aaf 100644
--- a/Ports/AvailablePorts.md
+++ b/Ports/AvailablePorts.md
@@ -25,7 +25,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`c-ray`](c-ray/) | C-Ray | 8f30eb9 | https://github.com/vkoskiv/c-ray |
| [`ca-certificates`](ca-certificates/) | Mozilla CA certificate store | 2022-04-26 | https://curl.se/docs/caextract.html |
| [`carl`](carl/) | Crypto Ancienne Resource Loader | 1.5 | https://github.com/classilla/cryanc |
-| [`ccache`](ccache/) | ccache | 4.6 | https://ccache.dev/ |
+| [`ccache`](ccache/) | ccache | 4.6.3 | https://ccache.dev/ |
| [`cfunge`](cfunge/) | cfunge | 2bc4fb2 | https://github.com/VorpalBlade/cfunge/ |
| [`chester`](chester/) | Chester Gameboy Emulator | | https://github.com/veikkos/chester |
| [`citron`](citron/) | Citron Programming Language | 0.0.9.3 | https://github.com/alimpfard/citron |
diff --git a/Ports/ccache/package.sh b/Ports/ccache/package.sh
index d033947dc3..066216f9cc 100755
--- a/Ports/ccache/package.sh
+++ b/Ports/ccache/package.sh
@@ -1,11 +1,16 @@
#!/usr/bin/env -S bash ../.port_include.sh
-port=ccache
-version=4.6
-useconfigure=true
-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")
+port='ccache'
+version='4.6.3'
+useconfigure='true'
+files="https://github.com/ccache/ccache/releases/download/v${version}/ccache-${version}.tar.gz ccache-$version.tar.gz f46ba3706ad80c30d4d5874dee2bf9227a7fcd0ccaac31b51919a3053d84bd05"
+auth_type='sha256'
+depends=('zstd')
+configopts=(
+ "-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt"
+ "-DCMAKE_BUILD_TYPE=Release"
+ "-DREDIS_STORAGE_BACKEND=OFF"
+ "-GNinja"
+)
configure() {
run cmake "${configopts[@]}" .