ScoopInstaller_Main/bucket/rust-msvc.json
2019-09-26 15:00:18 +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.38.0",
"license": "MIT|Apache-2.0",
"architecture": {
"64bit": {
"url": "https://static.rust-lang.org/dist/rust-1.38.0-x86_64-pc-windows-msvc.msi",
"hash": "e6a5e79f60a25df6ec951f6ad63ea20796f18ff67b7b4d1ba65dcab75cb1c311"
},
"32bit": {
"url": "https://static.rust-lang.org/dist/rust-1.38.0-i686-pc-windows-msvc.msi",
"hash": "ef05ddbfc2794e8348bd70d31062307cf0fe7e750d0a18541cb304a445e5e1c8"
}
},
"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"
}
}
}