Skip to content

Commit

Permalink
sccache: Update to version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 7, 2025
1 parent 26b384b commit 85a423c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/sccache.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.9.0",
"version": "0.9.1",
"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.9.0/sccache-v0.9.0-x86_64-pc-windows-msvc.tar.gz",
"hash": "35fe3b6348a4a5e693a9c3fff72721599b81a836708cfd943537a83f5434efd9",
"extract_dir": "sccache-v0.9.0-x86_64-pc-windows-msvc"
"url": "https://github.com/mozilla/sccache/releases/download/v0.9.1/sccache-v0.9.1-x86_64-pc-windows-msvc.tar.gz",
"hash": "12578536fc5e3de6c385eb4b56d0537ebeb21b9a221242833624572b71910049",
"extract_dir": "sccache-v0.9.1-x86_64-pc-windows-msvc"
}
},
"bin": "sccache.exe",
Expand Down

0 comments on commit 85a423c

Please sign in to comment.