2017-11-23 02:00:59 +00:00

35 lines
1.1 KiB
JSON

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