diff options
| author | José Valim | 2013-06-24 01:08:49 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-23 15:11:37 -0700 |
| commit | cbd997da5d7a124228b815224d4907d938203322 (patch) | |
| tree | 5417d68f9e2c1342156c9684dff2c6f175138933 /Library/Formula | |
| parent | 3b411c0b0b7f247fa6790624cec84681de298ad8 (diff) | |
| download | homebrew-cbd997da5d7a124228b815224d4907d938203322.tar.bz2 | |
Elixir 0.9.3
Closes #20723.
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 dfdf19a8f..dd3af7d58 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.2.tar.gz' - sha1 'a8362056bb85bca73b2b04595cf2a34f96601157' + url 'https://github.com/elixir-lang/elixir/archive/v0.9.3.tar.gz' + sha1 'd0d848b14b41884efc4a968bb537c98f4b556d17' head 'https://github.com/elixir-lang/elixir.git' |
