Redfire 038da3bcee
sccache: Update to version 0.3.0 (#3554)
* sccache: Update sccache to v0.2.15

* sccache: Update sccache to v0.3.0

* sccache: Fix old versions

* Update sccache.json

* Update sccache.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2022-05-10 21:56:35 +05:30

27 lines
1022 B
JSON

{
"version": "0.3.0",
"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.3.0/sccache-v0.3.0-x86_64-pc-windows-msvc.tar.gz",
"hash": "f25e927584d79d0d5ad489e04ef01b058dad47ef2c1633a13d4c69dfb83ba2be",
"extract_dir": "sccache-v0.3.0-x86_64-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"
}
},
"hash": {
"url": "$url.sha256"
}
}
}