ScoopInstaller_Main/bucket/rust-msvc.json
2024-08-08 16:29:17 +00:00

55 lines
2.1 KiB
JSON

{
"version": "1.80.1",
"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.80.1-x86_64-pc-windows-msvc.msi",
"hash": "06fe8305a2f3caa0415e9cbedc237de6ef4ad018d36012d6c5baade076411637"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.80.1-i686-pc-windows-msvc.msi",
"hash": "287877d182bc7731c8a831e8b0687b9791d895715ba9f40065b5fa6a42d9507a"
},
"arm64": {
"url": "https://static.rust-lang.org/dist/rust-1.80.1-aarch64-pc-windows-msvc.msi",
"hash": "432a20a8b86683f671300adef27fd91f295c28584f71e0e2162890332881634e"
}
},
"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"
}
}
}