ScoopInstaller_Main/rust-msvc.json
2017-11-22 20:00:58 +00:00

35 lines
1.1 KiB
JSON

{
"homepage": "https://www.rust-lang.org",
"version": "1.22.0",
"license": "MIT/Apache 2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.22.0-x86_64-pc-windows-msvc.msi",
"hash": "1b5f60d521fa38a3f356862c726f6e1a2e1f265eeecd555f77f9dded0c247375"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.22.0-i686-pc-windows-msvc.msi",
"hash": "e45f521f2ed2d030eab00a3f64ae536538b1019724dec11eb1892788ad4204fe"
}
},
"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>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-$version-x86_64-pc-windows-msvc.msi"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-msvc.msi"
}
}
}
}