mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 15:31:19 +00:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"version": "1.62.1",
|
|
"description": "A language empowering everyone to build reliable and efficient software. (GNU toolchain)",
|
|
"homepage": "https://www.rust-lang.org",
|
|
"license": "MIT|Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.62.1-x86_64-pc-windows-gnu.msi",
|
|
"hash": "8274c5e652d9204cb31ab6671360d8d418f53e09a18a9ce52ba72a8a7247cdc4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.62.1-i686-pc-windows-gnu.msi",
|
|
"hash": "ecf1d12a34193c869352dc4d08c413f18f55602fb760e9f3986709203710de95"
|
|
}
|
|
},
|
|
"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-gnu.msi"
|
|
},
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-$version-i686-pc-windows-gnu.msi"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|