mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 07:06:23 +00:00
25 lines
812 B
JSON
25 lines
812 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-msvc.msi",
|
|
"hash": "8009f48c22278ee8087eb014951efdf6b9a1eb11559e9eeebf39ae73a500c4d6"
|
|
},
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.12.1-x86_64-pc-windows-msvc.msi",
|
|
"hash": "e585bbe7f5e5ba838119f97bc530e9cbf8157340a9f1ef87245a76305706ddd4"
|
|
}
|
|
},
|
|
"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>"
|
|
}
|
|
}
|