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-gnu.msi",
"hash": "303f1c3a755872221b393533c886b9fcd9825fb6ee6311728281cd880eaed105"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.29.1-i686-pc-windows-gnu.msi",
"hash": "7f744c619b76f4084a3f0eb809e9ae3b5dbab5544443f1117ec035f17677e4a2"
}
},
"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-gnu.msi"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-gnu.msi"
}
}
}
}