ScoopInstaller_Main/bucket/rust-msvc.json
2019-05-23 21:01:15 +00:00

35 lines
1.1 KiB
JSON

{
"homepage": "https://www.rust-lang.org",
"version": "1.35.0",
"license": "MIT|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.35.0-x86_64-pc-windows-msvc.msi",
"hash": "42b9736da0690cf70826a0d8585beb7192421e3f86650e741c9d583970e06fbc"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.35.0-i686-pc-windows-msvc.msi",
"hash": "de5a67c070662fb95e992e133165e7c10de4909bd178a97a7d548b30409efd76"
}
},
"bin": [
"Rust\\bin\\rustc.exe",
"Rust\\bin\\rustdoc.exe",
"Rust\\bin\\cargo.exe"
],
"checkver": {
"url": "https://www.rust-lang.org/",
"re": "Version ([\\d.]+)"
},
"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"
}
}
}
}