sccache: Update to version 0.5.0

This commit is contained in:
github-actions[bot] 2023-05-23 08:26:41 +00:00
parent 846eaffd4e
commit d0e80be43e

View File

@ -1,13 +1,13 @@
{ {
"version": "0.4.2", "version": "0.5.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.4.2/sccache-v0.4.2-x86_64-pc-windows-msvc.tar.gz", "url": "https://github.com/mozilla/sccache/releases/download/v0.5.0/sccache-v0.5.0-x86_64-pc-windows-msvc.tar.gz",
"hash": "d00dc1649df3527247dc9c0b5bb37f75754aaf809f24e478d9970f600b6cf301", "hash": "72d035c20d207ee820c9196bb3e9161a764e91f7872aafd160cff50d230c9070",
"extract_dir": "sccache-v0.4.2-x86_64-pc-windows-msvc" "extract_dir": "sccache-v0.5.0-x86_64-pc-windows-msvc"
} }
}, },
"bin": "sccache.exe", "bin": "sccache.exe",