mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
55 lines
2.1 KiB
JSON
55 lines
2.1 KiB
JSON
{
|
|
"version": "1.79.0",
|
|
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
|
|
"homepage": "https://www.rust-lang.org",
|
|
"license": "MIT|Apache-2.0",
|
|
"notes": [
|
|
"Use the rustup package instead for easier management of multiple toolchains, including beta/nightly releases.",
|
|
"According to https://doc.rust-lang.org/book/ch01-01-installation.html#installing-rustup-on-windows",
|
|
"Microsoft C++ Build Tools is needed and can be downloaded here: https://visualstudio.microsoft.com/visual-cpp-build-tools/",
|
|
"When installing build tools, these two components should be selected:",
|
|
"- MSVC - VS C++ x64/x86 build tools",
|
|
"- Windows SDK"
|
|
],
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.79.0-x86_64-pc-windows-msvc.msi",
|
|
"hash": "bb9077c65c3d3a77127b45c4dfc83811915133e6c7a5535ac9a958aed2ca64c5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.79.0-i686-pc-windows-msvc.msi",
|
|
"hash": "77a47cc9dfa23346747d65f534569d0893832a6aea015f0e4d5fbb5d3e6e8946"
|
|
},
|
|
"arm64": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.79.0-aarch64-pc-windows-msvc.msi",
|
|
"hash": "3ecc73578e99644b6830eda01cbcb9d6ea34a9c84c3b7d89a1cf0a104e1f39fe"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://static.rust-lang.org/dist/rust-$version-aarch64-pc-windows-msvc.msi"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|