mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-08 00:11:32 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.rust-lang.org",
|
|
"version": "1.27.2",
|
|
"license": "MIT|Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.27.2-x86_64-pc-windows-gnu.msi",
|
|
"hash": "7464660785550cf3bdfd2b10fe41af9c9b6bfa7c1f9560fac09961e65b6dd725"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.27.2-i686-pc-windows-gnu.msi",
|
|
"hash": "c51c7de444e4b473579b64c9926a317d6c1dfb29c8049e6dd2b435c667a1ba3f"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|