mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
48 lines
1.6 KiB
JSON
48 lines
1.6 KiB
JSON
{
|
|
"version": "1.64.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",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.64.0-x86_64-pc-windows-msvc.msi",
|
|
"hash": "cc3d40214decb357af312e79eba5d05c44027b392400dd82a3ad65912b70843e"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.64.0-i686-pc-windows-msvc.msi",
|
|
"hash": "8284176e99e74f4a6eb8899e1bd8b3c3ca29233896600f069a52573129d2679d"
|
|
},
|
|
"arm64": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.64.0-aarch64-pc-windows-msvc.msi",
|
|
"hash": "8c5bd2b009be1d6cbe6a532f144c4817fda75bb64c726e5460df0d20e260c069"
|
|
}
|
|
},
|
|
"extract_dir": "Rust",
|
|
"bin": [
|
|
"bin\\rls.exe",
|
|
"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"
|
|
}
|
|
}
|
|
}
|