diff options
| author | José Valim | 2014-05-24 19:23:39 +0900 |
|---|---|---|
| committer | Jack Nagel | 2014-05-24 09:41:43 -0500 |
| commit | e07d3c92b31802ead90b622819cc37a2af88e831 (patch) | |
| tree | d11b68935f3cc6dd7a7a1edc77a408cf194e411a /Library/Formula/elixir.rb | |
| parent | 143a0739292bf3db61f1cef1730ea0a94d3f1d74 (diff) | |
| download | homebrew-e07d3c92b31802ead90b622819cc37a2af88e831.tar.bz2 | |
Elixir v0.13.3
Closes #29547.
Signed-off-by: Jack Nagel <jacknagel@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 03d2ca04e..945549b85 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -25,8 +25,8 @@ end class Elixir < Formula homepage 'http://elixir-lang.org/' - url 'https://github.com/elixir-lang/elixir/archive/v0.13.2.tar.gz' - sha1 '68e862b5cfa766eae1087799e2287f584c222196' + url 'https://github.com/elixir-lang/elixir/archive/v0.13.3.tar.gz' + sha1 '973110c12e75d04ee68394a79e207b8c6b220d0b' head 'https://github.com/elixir-lang/elixir.git' |
