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