mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
55 lines
2.1 KiB
JSON
55 lines
2.1 KiB
JSON
{
|
|
"version": "1.77.2",
|
|
"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.77.2-x86_64-pc-windows-msvc.msi",
|
|
"hash": "e7ee2132379b2b6a38d160356b400d7fc0cd3055b1c506166325f4e33d8c45bc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.77.2-i686-pc-windows-msvc.msi",
|
|
"hash": "05617c8dfa09f9b7a3565bb7e01e2db2e39aa6af85c29ae9603832076a34ceff"
|
|
},
|
|
"arm64": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.77.2-aarch64-pc-windows-msvc.msi",
|
|
"hash": "3c3afa1218f436478460216f81d702b53afcd7473c1addfc4eece0210f53b294"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|