mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 06:01:19 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.rust-lang.org",
|
|
"version": "1.26.2",
|
|
"license": "MIT OR Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.26.2-x86_64-pc-windows-gnu.msi",
|
|
"hash": "8136db433104af5f3fcae8e789dd4d2cfca1d98c0910c757613f5c2332a40c87"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.26.2-i686-pc-windows-gnu.msi",
|
|
"hash": "e50797fa34fae4b04c94b8f7640b2729e65acb18a8fe5744ce932bd1bce6b1e9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|