mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-09 00:41:22 +00:00
25 lines
810 B
JSON
25 lines
810 B
JSON
{
|
|
"homepage": "http://www.rust-lang.org",
|
|
"version": "1.14.0",
|
|
"license": "MIT/Apache 2.0",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.14.0-i686-pc-windows-gnu.msi",
|
|
"hash": "29670cbcbadf95abc98183d75988b57532dba177db5ae3faf27344af182f0441"
|
|
},
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.14.0-x86_64-pc-windows-gnu.msi",
|
|
"hash": "cde3e673288ee65f92b287994b83c64f69d9fb0fdd0c52b16c0f45e253afc96a"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|