ScoopInstaller_Main/rust-msvc.json
2018-09-13 18:01:28 +00:00

35 lines
1.1 KiB
JSON

{
"homepage": "https://www.rust-lang.org",
"version": "1.29.0",
"license": "MIT|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.29.0-x86_64-pc-windows-msvc.msi",
"hash": "e714b02fdf05b92f7be7547eb2e13a252e86a5de51c3fb477a792c82c1ec6ba4"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.29.0-i686-pc-windows-msvc.msi",
"hash": "505f818d0b6864362682f0f0a4761199b8f044d7ba857924ffbd55e1531c15e8"
}
},
"bin": [
"Rust\\bin\\rustc.exe",
"Rust\\bin\\rustdoc.exe",
"Rust\\bin\\cargo.exe"
],
"checkver": {
"url": "https://www.rust-lang.org/en-US/",
"re": "Install Rust <span>([\\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"
}
}
}
}