diff options
| author | José Valim | 2012-12-04 20:13:25 +0100 |
|---|---|---|
| committer | Jack Nagel | 2012-12-04 21:08:36 -0600 |
| commit | 124afdacaf803215b44a8f5778c7adbe32e71f6b (patch) | |
| tree | 1e10f2cdf45592ebd580594be7b5857752f1b3de /Library/Formula | |
| parent | 6240a01ea538310e0b8114fc4773c51d7d78617d (diff) | |
| download | homebrew-124afdacaf803215b44a8f5778c7adbe32e71f6b.tar.bz2 | |
Elixir 0.7.2
Closes #16403.
Signed-off-by: Jack Nagel <jacknagel@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 a8368eb1f..eac245a3e 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -23,8 +23,8 @@ end class Elixir < Formula homepage 'http://elixir-lang.org/' - url 'https://github.com/elixir-lang/elixir/tarball/v0.7.1' - sha1 '6344b7a49196581bf45e0cb2f51a4fe3e6e07aa5' + url 'https://github.com/elixir-lang/elixir/tarball/v0.7.2' + sha1 '9f500bfe87c158f2142d226ced43105781a52a46' head 'https://github.com/elixir-lang/elixir.git', :branch => 'stable' |
