diff options
| author | José Valim | 2013-08-03 18:40:32 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-03 09:58:49 -0700 |
| commit | a38404d2ead64c14d0cc911c5c4bf6641ae9a3d4 (patch) | |
| tree | e3469bb5041b555be8310fd1277631687da0545e /Library/Formula | |
| parent | b612f149f8fb8bdc852bf6dcdecb1d6eed627fa4 (diff) | |
| download | homebrew-a38404d2ead64c14d0cc911c5c4bf6641ae9a3d4.tar.bz2 | |
Elixir 0.10.1
Closes #21632.
Signed-off-by: Adam Vandenberg <flangy@gmail.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 1b618b8cb..8f125a115 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.10.0.tar.gz' - sha1 '185347cdebd5cbd95bd346c32ed9666bf722d05a' + url 'https://github.com/elixir-lang/elixir/archive/v0.10.1.tar.gz' + sha1 '18e0312b28e9e429995bc2de06bfd0f7d1e4348f' head 'https://github.com/elixir-lang/elixir.git' |
