diff options
| author | José Valim | 2014-10-21 15:40:10 -0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-10-22 09:03:09 +0100 |
| commit | 0765ef30210f5fa70cba3540e12d9c36c1376273 (patch) | |
| tree | 70cd80022c90c390cfc823672c108f2c34082c00 /Library/Formula/elixir.rb | |
| parent | 190ed62841e297a64777e3d91ba88713e40bcb89 (diff) | |
| download | homebrew-0765ef30210f5fa70cba3540e12d9c36c1376273.tar.bz2 | |
elixir 1.0.2
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 9d2487a8e..d38e8d368 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/v1.0.1.tar.gz' - sha1 '7d6adade172f27efdad784ba9722e0eadbc3b746' + url 'https://github.com/elixir-lang/elixir/archive/v1.0.2.tar.gz' + sha1 '844d32979b565de193c2e81c79ec41f3a9737a72' head 'https://github.com/elixir-lang/elixir.git' |
