sccache: Update to version 0.10.0

This commit is contained in:
github-actions[bot] 2025-02-24 20:28:37 +00:00
parent 6207dd4fba
commit b3caf10278

View File

@ -1,18 +1,18 @@
{ {
"version": "0.9.1", "version": "0.10.0",
"description": "Shared compilation cache used as a compiler wrapper to avoid compilation when possible, storing a cache in a remote storage.", "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", "homepage": "https://github.com/mozilla/sccache",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mozilla/sccache/releases/download/v0.9.1/sccache-v0.9.1-x86_64-pc-windows-msvc.tar.gz", "url": "https://github.com/mozilla/sccache/releases/download/v0.10.0/sccache-v0.10.0-x86_64-pc-windows-msvc.tar.gz",
"hash": "12578536fc5e3de6c385eb4b56d0537ebeb21b9a221242833624572b71910049", "hash": "0d499d0f73fa575f805df014af6ece49b840195fb7de0c552230899d77186ceb",
"extract_dir": "sccache-v0.9.1-x86_64-pc-windows-msvc" "extract_dir": "sccache-v0.10.0-x86_64-pc-windows-msvc"
}, },
"arm64": { "arm64": {
"url": "https://github.com/mozilla/sccache/releases/download/v0.9.1/sccache-v0.9.1-aarch64-pc-windows-msvc.tar.gz", "url": "https://github.com/mozilla/sccache/releases/download/v0.10.0/sccache-v0.10.0-aarch64-pc-windows-msvc.tar.gz",
"hash": "99bd024919430de3c741658adc60334305a61c0a109f7a334c030f0bb56007a6", "hash": "5fd6cd6dd474e91c37510719bf27cfe1826f929e40dd383c22a7b96da9a5458d",
"extract_dir": "sccache-v0.9.1-aarch64-pc-windows-msvc" "extract_dir": "sccache-v0.10.0-aarch64-pc-windows-msvc"
} }
}, },
"bin": "sccache.exe", "bin": "sccache.exe",