ScoopInstaller_Main/rust-msvc.json
2018-10-25 17:01:23 +00:00

35 lines
1.1 KiB
JSON

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