diff options
| author | Brett Koonce | 2013-11-07 18:48:37 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-07 22:12:14 -0800 |
| commit | 1f700883be26a9971be0622eb5646c94165cb3e7 (patch) | |
| tree | 6ebefa1a6dccdd07a9ea90fb1a57f2eb942dac9a /Library/Formula/elixir.rb | |
| parent | c0a191746626fdd8fb6d2886dde826581a5f61bd (diff) | |
| download | homebrew-1f700883be26a9971be0622eb5646c94165cb3e7.tar.bz2 | |
elixir 0.11.1
Closes #24067.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/elixir.rb')
| -rw-r--r-- | Library/Formula/elixir.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index 31d442bcd..c54429528 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -26,8 +26,8 @@ end class Elixir < Formula homepage 'http://elixir-lang.org/' - url 'https://github.com/elixir-lang/elixir/archive/v0.11.0.tar.gz' - sha1 '69afbec5051853c356ad24d70108d51c7ff24be1' + url 'https://github.com/elixir-lang/elixir/archive/v0.11.1.tar.gz' + sha1 '44090ad0dd6f8242adb1c62679b9406b1abc7ceb' head 'https://github.com/elixir-lang/elixir.git' |
