diff options
| author | José Valim | 2013-05-30 11:59:07 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-29 20:51:20 -0700 |
| commit | 9c5382698df54c036ec64bf0908ce1bc42d4cdc2 (patch) | |
| tree | e6b238ccda0c50359bcac9e8d45584db0146de1d /Library/Formula/elixir.rb | |
| parent | 2e34581d9f4e3a26580dd697cde8215d65580165 (diff) | |
| download | homebrew-9c5382698df54c036ec64bf0908ce1bc42d4cdc2.tar.bz2 | |
Elixir 0.9.1
Closes #20147.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 26a44d6d8..b02691dee 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -21,8 +21,8 @@ end class Elixir < Formula homepage 'http://elixir-lang.org/' - url 'https://github.com/elixir-lang/elixir/archive/v0.9.0.tar.gz' - sha1 '2456ac2e5523b9e8d90c272f0d1aa75f0f1a136f' + url 'https://github.com/elixir-lang/elixir/archive/v0.9.1.tar.gz' + sha1 '3896d566b6c4c75ac17fa64ee9290863b7b068f3' head 'https://github.com/elixir-lang/elixir.git' |
