ScoopInstaller_Main/rust-msvc.json
2016-05-30 08:43:25 +10:00

22 lines
728 B
JSON

{
"homepage": "http://www.rust-lang.org",
"version": "1.9.0",
"license": "MIT/Apache 2.0",
"architecture": {
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.9.0-i686-pc-windows-msvc.msi",
"hash": "3aad7610d6f03e0153473980580c6827d9464f307abe17fbbb41c2a5386234bb"
},
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.9.0-x86_64-pc-windows-msvc.msi",
"hash": "f55dbc9a5f5cd7bef1b94304aca0be97b95a70d3b720be5f6972ccfb64fa1fbb"
}
},
"bin": [
"Rust\\bin\\rustc.exe",
"Rust\\bin\\rustdoc.exe",
"Rust\\bin\\cargo.exe"
],
"checkver": "var rec_package_name = \"([0-9\\.]+)\";"
}