Chawye Hsu 7f81bfaee5
sccache: Add arm64 support
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
2024-11-06 23:43:04 +08:00

36 lines
1.5 KiB
JSON

{
"version": "0.8.2",
"description": "Shared compilation cache used as a compiler wrapper to avoid compilation when possible, storing a cache in a remote storage.",
"homepage": "https://github.com/mozilla/sccache",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/mozilla/sccache/releases/download/v0.8.2/sccache-v0.8.2-x86_64-pc-windows-msvc.tar.gz",
"hash": "de5e9f66bb8a6bbdf0e28cb8a086a8d12699af796bf70bcd9dc40d80715bf9b8",
"extract_dir": "sccache-v0.8.2-x86_64-pc-windows-msvc"
},
"arm64": {
"url": "https://github.com/mozilla/sccache/releases/download/v0.8.2/sccache-v0.8.2-aarch64-pc-windows-msvc.tar.gz",
"hash": "9db7522aab473c3dbd588fd0424de4c0e5dc012ce3bffec8c2ef65fc8d315645",
"extract_dir": "sccache-v0.8.2-aarch64-pc-windows-msvc"
}
},
"bin": "sccache.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mozilla/sccache/releases/download/v$version/sccache-v$version-x86_64-pc-windows-msvc.tar.gz",
"extract_dir": "sccache-v$version-x86_64-pc-windows-msvc"
},
"arm64": {
"url": "https://github.com/mozilla/sccache/releases/download/v$version/sccache-v$version-aarch64-pc-windows-msvc.tar.gz",
"extract_dir": "sccache-v$version-aarch64-pc-windows-msvc"
}
},
"hash": {
"url": "$url.sha256"
}
}
}