ScoopInstaller_Main/rust-msvc.json
2016-11-12 07:18:06 +11:00

25 lines
812 B
JSON

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