erlang 17.4
Closes Homebrew/homebrew#34923. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
3947b1d68e
commit
c9d782b884
1 changed files with 6 additions and 6 deletions
|
@ -8,8 +8,8 @@ class Erlang < Formula
|
|||
|
||||
stable do
|
||||
# Download tarball from GitHub; it is served faster than the official tarball.
|
||||
url "https://github.com/erlang/otp/archive/OTP-17.3.4.tar.gz"
|
||||
sha256 "bb8036c43b1aae12b2940968f2480701e7f431f09d46a0f204d94bf53b0b2b50"
|
||||
url "https://github.com/erlang/otp/archive/OTP-17.4.tar.gz"
|
||||
sha256 "3fe1de7915cd603ebabe103d5d94b8f440fe57ad8e6f62bd6837b6949e08ba1a"
|
||||
end
|
||||
|
||||
head 'https://github.com/erlang/otp.git'
|
||||
|
@ -21,13 +21,13 @@ class Erlang < Formula
|
|||
end
|
||||
|
||||
resource "man" do
|
||||
url "http://www.erlang.org/download/otp_doc_man_17.3.tar.gz"
|
||||
sha1 "3f7717186f572bb6431e1a1e5bc6c0f5ffd53171"
|
||||
url "http://www.erlang.org/download/otp_doc_man_17.4.tar.gz"
|
||||
sha256 "6c1cdb8e9d367c7b6dc6b20706de9fd0a0f0b7dffd66532663b2a24ed7679a58"
|
||||
end
|
||||
|
||||
resource "html" do
|
||||
url "http://www.erlang.org/download/otp_doc_html_17.3.tar.gz"
|
||||
sha1 "fee5762225ef990e8c07aa4baa563a57208b0198"
|
||||
url "http://www.erlang.org/download/otp_doc_html_17.4.tar.gz"
|
||||
sha256 "dd42b0104418de18e2247608a337bcd3bb24c59bbc36294deb5fae73ab6c90d6"
|
||||
end
|
||||
|
||||
option 'disable-hipe', "Disable building hipe; fails on various OS X systems"
|
||||
|
|
Loading…
Reference in a new issue