ScoopInstaller_Main/bucket/rust-msvc.json
2025-01-30 20:28:13 +00:00

55 lines
2.1 KiB
JSON

{
"version": "1.84.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.84.1-x86_64-pc-windows-msvc.msi",
"hash": "55d74bae920d42515c849c2103b321f0008fcf66cedca51d10234529fc14e3d5"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.84.1-i686-pc-windows-msvc.msi",
"hash": "d374154a313b513baa613b4c66f16caf18aaa9b90332719172e0b4afdc4ff278"
},
"arm64": {
"url": "https://static.rust-lang.org/dist/rust-1.84.1-aarch64-pc-windows-msvc.msi",
"hash": "cba94c3c0756ff57aa8f8b953a96976e9c312b1070b8cd259b5acc72c62d913e"
}
},
"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"
}
}
}