ScoopInstaller_Main/rust-msvc.json
2016-09-30 17:04:23 +10:00

25 lines
814 B
JSON

{
"homepage": "http://www.rust-lang.org",
"version": "1.12.0",
"license": "MIT/Apache 2.0",
"architecture": {
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.12.0-i686-pc-windows-msvc.msi",
"hash": "c64df8ae5fa833d47f193ce255be78289de49d3eac28f1a3c048fe261cd8ae5e"
},
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.12.0-x86_64-pc-windows-msvc.msi",
"hash": "8226b5abea18f88f99127b88bd7bca439202866666c5228479694e0308c0faba"
}
},
"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\">([0-9\\.]+)</span>"
}
}