sccache: Update to version 0.11.0

This commit is contained in:
github-actions[bot] 2025-10-10 20:28:55 +00:00
parent c48a27fec9
commit f403cc86b7

View File

@ -1,18 +1,18 @@
{ {
"version": "0.10.0", "version": "0.11.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.10.0/sccache-v0.10.0-x86_64-pc-windows-msvc.tar.gz", "url": "https://github.com/mozilla/sccache/releases/download/v0.11.0/sccache-v0.11.0-x86_64-pc-windows-msvc.tar.gz",
"hash": "0d499d0f73fa575f805df014af6ece49b840195fb7de0c552230899d77186ceb", "hash": "87fed97b4a18be6805d4a9907ce29b86ab569f06a4f2922c983948cdc17db967",
"extract_dir": "sccache-v0.10.0-x86_64-pc-windows-msvc" "extract_dir": "sccache-v0.11.0-x86_64-pc-windows-msvc"
}, },
"arm64": { "arm64": {
"url": "https://github.com/mozilla/sccache/releases/download/v0.10.0/sccache-v0.10.0-aarch64-pc-windows-msvc.tar.gz", "url": "https://github.com/mozilla/sccache/releases/download/v0.11.0/sccache-v0.11.0-aarch64-pc-windows-msvc.tar.gz",
"hash": "5fd6cd6dd474e91c37510719bf27cfe1826f929e40dd383c22a7b96da9a5458d", "hash": "b3f6552a5ceefe4073e7a0cfc4f0b8dd514f5ae75988240637950c1d0450a747",
"extract_dir": "sccache-v0.10.0-aarch64-pc-windows-msvc" "extract_dir": "sccache-v0.11.0-aarch64-pc-windows-msvc"
} }
}, },
"bin": "sccache.exe", "bin": "sccache.exe",