ScoopInstaller_Main/bucket/rust-msvc.json
2019-11-07 15:01:13 +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.39.0",
"license": "MIT|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.39.0-x86_64-pc-windows-msvc.msi",
"hash": "a97b0679f25103cbbce4bcd10120bde2fcc54e96641d0dd20025beb4f0610aea"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.39.0-i686-pc-windows-msvc.msi",
"hash": "23c3689c24dd5d7eaa3fb6dba62cece63388d8b18dd7fa57b334a223abcfd14c"
}
},
"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"
}
}
}