ScoopInstaller_Main/rust-msvc.json
2018-09-25 18:01:21 +00:00

35 lines
1.1 KiB
JSON

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