diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/erlang.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index da7a340b3..38b33cf7c 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -6,8 +6,8 @@ require 'formula' class Erlang < Formula homepage 'http://www.erlang.org' # Download tarball from GitHub; it is served faster than the official tarball. - url 'https://github.com/erlang/otp/archive/OTP_R16B03.tar.gz' - sha1 '3230f2ec4bb0cc11d2c89a21c396e7db3045474d' + url 'https://github.com/erlang/otp/archive/OTP_R16B03-1.tar.gz' + sha1 'b8f6ff90d9eb766984bb63bf553c3be72674d970' head 'https://github.com/erlang/otp.git', :branch => 'master' @@ -18,13 +18,13 @@ class Erlang < Formula end resource 'man' do - url 'http://erlang.org/download/otp_doc_man_R16B03.tar.gz' - sha1 '66e866de2e8f371251ab230677124c1a4874b9ea' + url 'http://erlang.org/download/otp_doc_man_R16B03-1.tar.gz' + sha1 'afde5507a389734adadcd4807595f8bc76ebde1b' end resource 'html' do - url 'http://erlang.org/download/otp_doc_html_R16B03.tar.gz' - sha1 '69a2680c8dfe82a2200fa7bcdbc89f798c160b84' + url 'http://erlang.org/download/otp_doc_html_R16B03-1.tar.gz' + sha1 'a2c0d2b7b9abe6214aff4c75ecc6be62042924e6' end option 'disable-hipe', "Disable building hipe; fails on various OS X systems" |
