ScoopInstaller_Main/rust-msvc.json
2018-05-29 17:01:27 +00:00

35 lines
1.1 KiB
JSON

{
"homepage": "https://www.rust-lang.org",
"version": "1.26.1",
"license": "MIT OR Apache-2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.26.1-x86_64-pc-windows-msvc.msi",
"hash": "0d9d811b10c6e9787f562fcf44f05a2a37100981ac34ebd9955987fb683905ba"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.26.1-i686-pc-windows-msvc.msi",
"hash": "74214bba1dd638ba97ace080dc2161f165dfdc57bb31f0f11cdc648bf8083841"
}
},
"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"
}
}
}
}