ScoopInstaller_Main/rust-msvc.json
2015-12-17 15:26:01 -07:00

18 lines
511 B
JSON

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