diff options
| author | Adam Vandenberg | 2013-03-17 22:31:08 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-03-17 22:31:21 -0700 |
| commit | fb1b067b41792603d6ed486901635a2571eda441 (patch) | |
| tree | d965c8558a1be8a8a163885a4b265a0af10b750b /Library/Formula | |
| parent | 5471e790ec0cfc300a2de6ef139ee4086224119e (diff) | |
| download | homebrew-fb1b067b41792603d6ed486901635a2571eda441.tar.bz2 | |
elixir: fix checksum
Closes #18553.
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 8b42a6c9e..cee51cdc8 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -19,8 +19,8 @@ end class Elixir < Formula homepage 'http://elixir-lang.org/' - url 'https://github.com/elixir-lang/elixir/tarball/v0.8.1' - sha1 '6805ffbfc75652b23952512fc86188db91c7d9c6' + url 'https://github.com/elixir-lang/elixir/archive/v0.8.1.tar.gz' + sha1 'cb88d5c8c4543a71463fed3060f300d8933a9760' head 'https://github.com/elixir-lang/elixir.git' |
