mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 05:51:19 +00:00
22 lines
718 B
JSON
22 lines
718 B
JSON
{
|
|
"homepage": "http://www.rust-lang.org",
|
|
"version": "1.5.0",
|
|
"license": "MIT/Apache 2.0",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.5.0-i686-pc-windows-gnu.msi",
|
|
"hash": "e9b78afcd621e14511f44aa83be7640eecb76151abc2310b961ac7d3050b54fb"
|
|
},
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.5.0-x86_64-pc-windows-gnu.msi",
|
|
"hash": "6ef0732c1c09fc190bc1a897dda067605782bb19b56d59af84a185cf872511a9"
|
|
}
|
|
},
|
|
"bin": [
|
|
"Rust\\bin\\rustc.exe",
|
|
"Rust\\bin\\rustdoc.exe",
|
|
"Rust\\bin\\cargo.exe"
|
|
],
|
|
"checkver": "<h2>Docs \\(([0-9\\.]+)\\)</h2>"
|
|
}
|