ScoopInstaller_Main/elixir.json
Roy Ivy III a5d219e0c9 whitespace cleanup
* 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)
2015-08-17 22:54:43 -05:00

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"
]
}