mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 04:31:27 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.rust-lang.org",
|
|
"version": "1.28.0",
|
|
"license": "MIT|Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.28.0-x86_64-pc-windows-msvc.msi",
|
|
"hash": "2ff48fa4eb89c574cf0cda595a29ef08e7deffaa1d091f4cd0087c3e25ba05a2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.28.0-i686-pc-windows-msvc.msi",
|
|
"hash": "dfffc2b89d5772f6b354861ec07ec343db5d4dcf9d67d6cd285c926392a5088f"
|
|
}
|
|
},
|
|
"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-msvc.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-msvc.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|