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