mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
25 lines
812 B
JSON
25 lines
812 B
JSON
{
|
|
"homepage": "http://www.rust-lang.org",
|
|
"version": "1.12.0",
|
|
"license": "MIT/Apache 2.0",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.12.0-i686-pc-windows-gnu.msi",
|
|
"hash": "1662a0a706b71402a358f36b9d2415983bf96e491b61eece2f56744c12ca9e24"
|
|
},
|
|
"64bit": {
|
|
"url": "https://static.rust-lang.org/dist/rust-1.12.0-x86_64-pc-windows-gnu.msi",
|
|
"hash": "7e80c0faba019c934f8fc08c135c0e328d07e1002aae4c467ea065a650fcbf27"
|
|
}
|
|
},
|
|
"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\">([0-9\\.]+)</span>"
|
|
}
|
|
}
|