aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDave Cottlehuber2014-12-12 16:24:45 +0100
committerJack Nagel2014-12-12 11:20:13 -0500
commitb0a86d97d585c3cff27261e20d859eb2f863013a (patch)
tree80cc4f3303e8a7f9ee6223f961d8ba6e69653c2e /Library
parent0293dd0756e23b673476cfdb7adff8b93218cb43 (diff)
downloadhomebrew-b0a86d97d585c3cff27261e20d859eb2f863013a.tar.bz2
erlang 17.4
Closes #34923. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/erlang.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb
index 8625c062f..642843229 100644
--- a/Library/Formula/erlang.rb
+++ b/Library/Formula/erlang.rb
@@ -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"