diff options
| author | Alain O'Dea | 2010-09-18 16:33:31 -0230 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-18 12:11:17 -0700 |
| commit | fe53b6f9cb37e784112a97cacfe8d3acefd6aaa5 (patch) | |
| tree | 22d43ed2b039c8edb85f2a25992bbc9275ee9fe5 /Library/Formula | |
| parent | 3c8a7148dbb672246db4ce0eda1a5661ec763527 (diff) | |
| download | homebrew-fe53b6f9cb37e784112a97cacfe8d3acefd6aaa5.tar.bz2 | |
Make R14B default and head Erlang version
- Use R14B documentation
- Use R14B tag for GitHub download
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Move head up to dev branch
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/erlang.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index 20656f68e..9b8ccf68e 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -1,22 +1,22 @@ require 'formula' class ErlangManuals <Formula - url 'http://www.erlang.org/download/otp_doc_man_R13B04.tar.gz' - md5 '681aaef70affc64743f4e8c0675034af' + url 'http://erlang.org/download/otp_doc_man_R14B.tar.gz' + md5 '011530a24fbcc194be9bd01f779325a2' end class ErlangHeadManuals <Formula - url 'http://www.erlang.org/download/otp_doc_man_R14A.tar.gz' - md5 'b57a7846818ad144b1b6ecc0a54de2ae' + url 'http://erlang.org/download/otp_doc_man_R14B.tar.gz' + md5 '011530a24fbcc194be9bd01f779325a2' end class Erlang <Formula # Download from GitHub. Much faster than official tarball. - url "git://github.com/erlang/otp.git", :tag => "OTP_R13B04" - version 'R13B04' + url "git://github.com/erlang/otp.git", :tag => "OTP_R14B" + version 'R14B' homepage 'http://www.erlang.org' - head "git://github.com/erlang/otp.git", :tag => "OTP_R14A" + head "git://github.com/erlang/otp.git", :branch => "dev" # We can't strip the beam executables or any plugins, there isn't really # anything else worth stripping and it takes a really, long time to run |
