2020-12-22 09:55:26 +01:00

27 lines
1.0 KiB
JSON

{
"version": "0.2.14",
"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/0.2.14/sccache-0.2.14-x86_64-pc-windows-msvc.tar.gz",
"hash": "ba6bf184d2b0a78978629aaef0d9fe3ca57923e228d949b1932ec1a91ab4ceac",
"extract_dir": "sccache-0.2.14-x86_64-pc-windows-msvc"
}
},
"bin": "sccache.exe",
"checkver": {
"url": "https://github.com/mozilla/sccache/releases",
"regex": "sccache-([\\d.]+)-x86_64-pc-windows"
},
"autoupdate": {
"architecture": {
"64bit": {
"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"
}
}
}
}