ScoopInstaller_Main/rust-msvc.json
2017-11-23 02:00:59 +00:00

35 lines
1.1 KiB
JSON

{
"homepage": "https://www.rust-lang.org",
"version": "1.22.1",
"license": "MIT/Apache 2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.22.1-x86_64-pc-windows-msvc.msi",
"hash": "62612881d8b35400c9add4e613464f19cbdb9e1e2970634da6f8cd5fd076c288"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.22.1-i686-pc-windows-msvc.msi",
"hash": "01ee4ba750e851073ce017c64e627ee6df38eaf354fc5e616ca4e2e9850a841e"
}
},
"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"
}
}
}
}