2019-08-02 11:53:38 +02:00

39 lines
1.3 KiB
JSON

{
"homepage": "https://www.rust-lang.org",
"version": "1.36.0",
"license": "MIT|Apache-2.0",
"description": "A language empowering everyone to build reliable and efficient software. (GNU toolchain)",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.36.0-x86_64-pc-windows-gnu.msi",
"hash": "456007f8d4cfd791a6b3e2e021c851bbf8437ebcfee1eebd8c11da306efccd95"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.36.0-i686-pc-windows-gnu.msi",
"hash": "f241600af411d2021e2125f7b94be6609c57953924293a5264b97f4400b6e814"
}
},
"bin": [
"Rust\\bin\\rustc.exe",
"Rust\\bin\\rustdoc.exe",
"Rust\\bin\\cargo.exe"
],
"checkver": {
"url": "https://www.rust-lang.org/",
"regex": "Version ([\\d.]+)"
},
"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"
}
},
"hash": {
"url": "$url.sha256"
}
}
}