2019-06-26 22:00:17 +00:00

16 lines
784 B
JSON

{
"homepage": "https://github.com/mozilla/sccache",
"version": "0.2.9",
"description": "Shared compilation cache used as a compiler wrapper to avoid compilation when possible, storing a cache in a remote storage.",
"license": "Apache-2.0",
"url": "https://github.com/mozilla/sccache/releases/download/0.2.9/sccache-0.2.9-x86_64-pc-windows-msvc.tar.gz",
"hash": "6dd85f65fccb1cdb00e7c5804c3f3ba523c1ed20ea8f777d454826eef17c636f",
"extract_dir": "sccache-0.2.9-x86_64-pc-windows-msvc",
"bin": "sccache.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/mozilla/sccache/releases/download/$version/sccache-$version-x86_64-pc-windows-msvc.tar.gz",
"extract_dir": "sccache-$version-x86_64-pc-windows-msvc"
}
}