mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 13:41:21 +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
388 B
JSON
14 lines
388 B
JSON
{
|
|
"homepage": "http://elixir-lang.org/",
|
|
"version": "0.10.3",
|
|
"depends": "erlang",
|
|
"url": "https://github.com/elixir-lang/elixir/releases/download/v0.10.3/v0.10.3.zip",
|
|
"hash": "c898906651b3edb40e642221e58642a0abc165c97b3624a251bfe337efae9278",
|
|
"bin": [
|
|
"bin\\elixir.bat",
|
|
"bin\\elixirc.bat",
|
|
"bin\\iex.bat",
|
|
"bin\\mix.bat"
|
|
]
|
|
}
|