mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-05 15:01:20 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.rust-lang.org",
|
|
"version": "1.29.0",
|
|
"license": "MIT|Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.29.0-x86_64-pc-windows-gnu.msi",
|
|
"hash": "5611fa8e6449bf08df13ab8d51b327b3e6e5abd0082a0df0259cf1c64a5b8194"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.29.0-i686-pc-windows-gnu.msi",
|
|
"hash": "21f7509b6c1bbbe397c44e01d0128f1cff0514503daed157002b879629c3dea7"
|
|
}
|
|
},
|
|
"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-gnu.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-gnu.msi"
|
|
}
|
|
}
|
|
}
|
|
}
|