mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
* makes changes to almost all main repo files to be in accordance with .editorconfig * some files in "test\fixtures\..." were left alone to avoid breaking tests * NOTE: whitespace changes *only* (`git diff -b` shows no changes)
14 lines
437 B
JSON
14 lines
437 B
JSON
{
|
|
"homepage": "http://www.rust-lang.org",
|
|
"version": "1.1.0",
|
|
"license": "MIT/Apache 2.0",
|
|
"url": "https://static.rust-lang.org/dist/rust-1.1.0-x86_64-pc-windows-gnu.msi",
|
|
"hash": "48437584a1788711d96c8f8047c3cad9c41654e6cf8596459fdce4ed519a101d",
|
|
"bin": [
|
|
"Rust\\bin\\rustc.exe",
|
|
"Rust\\bin\\rustdoc.exe",
|
|
"Rust\\bin\\cargo.exe"
|
|
],
|
|
"checkver": "<h2>Docs \\(([0-9\\.]+)\\)</h2>"
|
|
}
|