diff options
| author | José Valim | 2014-07-12 16:34:44 +0200 |
|---|---|---|
| committer | Brett Koonce | 2014-07-12 08:14:08 -0700 |
| commit | 9fafb14fc9cc991f668d290dfcc33c078d6ea91f (patch) | |
| tree | 0f4444e58e7d2224768bcf6e4e1011a633846c80 /Library/Formula | |
| parent | 574e8aee99b53c9441eaac9130846d4430d20101 (diff) | |
| download | homebrew-9fafb14fc9cc991f668d290dfcc33c078d6ea91f.tar.bz2 | |
elixir 0.14.3
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 e6b7dc32f..8e21d482f 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.14.2.tar.gz' - sha1 '1f857db32fd2975e8af64d96d9583951c3ea5e11' + url 'https://github.com/elixir-lang/elixir/archive/v0.14.3.tar.gz' + sha1 '52bace7b7aafed8c10e1a65887a1d375e404cee9' head 'https://github.com/elixir-lang/elixir.git' |
