ScoopInstaller_Main/rust-msvc.json
2016-04-15 09:12:09 +10:00

22 lines
720 B
JSON

{
"homepage": "http://www.rust-lang.org",
"version": "1.8.0",
"license": "MIT/Apache 2.0",
"architecture": {
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.8.0-i686-pc-windows-msvc.msi",
"hash": "9c41af5dc233b004a47c0cc33338ad0f33c75402ee8050245c81a3aa63969377"
},
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.8.0-x86_64-pc-windows-msvc.msi",
"hash": "5251940d2a9ce91be1bba33f4c12130bf145826109df6810e0b2e9de214370ab"
}
},
"bin": [
"Rust\\bin\\rustc.exe",
"Rust\\bin\\rustdoc.exe",
"Rust\\bin\\cargo.exe"
],
"checkver": "<h2>Docs \\(([0-9\\.]+)\\)</h2>"
}