ScoopInstaller_Main/rust-msvc.json
2016-07-11 20:14:47 +10:00

22 lines
731 B
JSON

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