mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
40 lines
1.3 KiB
JSON
40 lines
1.3 KiB
JSON
{
|
|
"homepage": "https://www.rust-lang.org",
|
|
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
|
|
"version": "1.44.1",
|
|
"license": "MIT|Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.44.1-x86_64-pc-windows-msvc.msi",
|
|
"hash": "f2206566d57d1ba0cda2254e99aaa3ca99e1a43dac6a8174c7c12d199bd600c3"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.44.1-i686-pc-windows-msvc.msi",
|
|
"hash": "6db471dcdd59f61711b97d91c0aeed163c1a870ac89faf9f4b9e8a3726ca7c30"
|
|
}
|
|
},
|
|
"extract_dir": "Rust",
|
|
"bin": [
|
|
"bin\\rustc.exe",
|
|
"bin\\rustdoc.exe",
|
|
"bin\\cargo.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.rust-lang.org/",
|
|
"regex": "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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|