ScoopInstaller_Main/rust-msvc.json
2018-08-02 16:04:11 +00:00

35 lines
1.1 KiB
JSON

{
"homepage": "https://www.rust-lang.org",
"version": "1.28.0",
"license": "MIT|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.28.0-x86_64-pc-windows-msvc.msi",
"hash": "2ff48fa4eb89c574cf0cda595a29ef08e7deffaa1d091f4cd0087c3e25ba05a2"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.28.0-i686-pc-windows-msvc.msi",
"hash": "dfffc2b89d5772f6b354861ec07ec343db5d4dcf9d67d6cd285c926392a5088f"
}
},
"bin": [
"Rust\\bin\\rustc.exe",
"Rust\\bin\\rustdoc.exe",
"Rust\\bin\\cargo.exe"
],
"checkver": {
"url": "https://github.com/rust-lang/rust/releases",
"re": "<span class=\"tag-name\">([\\d.]+)</span>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-$version-x86_64-pc-windows-msvc.msi"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-msvc.msi"
}
}
}
}