mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 11:51:23 +00:00
25 lines
810 B
JSON
25 lines
810 B
JSON
{
|
|
"homepage": "http://www.rust-lang.org",
|
|
"version": "1.12.1",
|
|
"license": "MIT/Apache 2.0",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.12.1-i686-pc-windows-gnu.msi",
|
|
"hash": "c6b31d44d83380b2e1f318f7894f9ce421a7de825d90238ef75cd3337aaf7c9e"
|
|
},
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.12.1-x86_64-pc-windows-gnu.msi",
|
|
"hash": "8d94e90b2b2a324aa423999d492ae96d8609d66e2f739e01e029706d65b5c049"
|
|
}
|
|
},
|
|
"bin": [
|
|
"Rust\\bin\\rustc.exe",
|
|
"Rust\\bin\\rustdoc.exe",
|
|
"Rust\\bin\\cargo.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/rust-lang/rust/releases",
|
|
"re": "<span class=\"tag-name\">([\\d.]+)</span>"
|
|
}
|
|
}
|