ScoopInstaller_Main/bucket/rust-msvc.json
2020-05-07 16:01:48 +00:00

40 lines
1.3 KiB
JSON

{
"homepage": "https://www.rust-lang.org",
"description": "A language empowering everyone to build reliable and efficient software. (MSVC toolchain)",
"version": "1.43.1",
"license": "MIT|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.43.1-x86_64-pc-windows-msvc.msi",
"hash": "7c048c540c2a4a17ee7e825f3abf7589c1574d905418e52cde8de590b6a56a20"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.43.1-i686-pc-windows-msvc.msi",
"hash": "f3d4430603c4e8bc1e30631fa04ad8bc3199f41bee64f3001939b146fcef19ed"
}
},
"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"
}
},
"hash": {
"url": "$url.sha256"
}
}
}