diff options
| author | José Valim | 2014-02-12 10:49:59 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-12 11:43:10 +0000 |
| commit | bcd184b57cbf7105123c9a3dca79ef8d180b850f (patch) | |
| tree | d1d61f0988bfb7631b3374d193d7172d74bb33fd /Library/Formula | |
| parent | 9b5ff1427a4aa4a667ef2c08324624319319cf29 (diff) | |
| download | homebrew-bcd184b57cbf7105123c9a3dca79ef8d180b850f.tar.bz2 | |
elixir 0.12.4
Closes #26652.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -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 5aafddc84..8ad1ec78e 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.12.3.zip' - sha1 '35e9dd2dd58b816df4b93914c13bee29db2408e4' + url 'https://github.com/elixir-lang/elixir/archive/v0.12.4.zip' + sha1 '033970698bdfd82abebe8c8ec621d4002c314e0b' head 'https://github.com/elixir-lang/elixir.git' |
