diff options
| author | Yuri Artemev | 2013-07-15 16:56:29 +0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-15 08:28:03 -0700 |
| commit | c5976037812e0e762df5d00189587dd3c7a2f8d7 (patch) | |
| tree | bfeee4ea592af7f3d818ad0dbe5f28a1027bcd24 /Library | |
| parent | 4f47ae3821c024b061781a19b7bbdbf138ca55d5 (diff) | |
| download | homebrew-c5976037812e0e762df5d00189587dd3c7a2f8d7.tar.bz2 | |
update elixir formula to 0.10.0
Closes #21224.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 dd3af7d58..1b618b8cb 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.9.3.tar.gz' - sha1 'd0d848b14b41884efc4a968bb537c98f4b556d17' + url 'https://github.com/elixir-lang/elixir/archive/v0.10.0.tar.gz' + sha1 '185347cdebd5cbd95bd346c32ed9666bf722d05a' head 'https://github.com/elixir-lang/elixir.git' |
