aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2014-11-28 17:28:33 +0000
committerMike McQuaid2014-11-28 18:40:45 +0000
commitd62d82ecfff42d23598d2c08223bd347dae6e323 (patch)
tree48e5744c1edca28de99a3b33504c6418a948345a /Library
parent358ac3379889f50376623ad3d39c372dd3c16c41 (diff)
downloadhomebrew-d62d82ecfff42d23598d2c08223bd347dae6e323.tar.bz2
node: head is devel
Removes the devel block. As far as upstream are concerned, the 0.11.x branch is pretty much done, and won’t receive further dependencies updates, including OpenSSL. The v0.12 branch, which is our current HEAD, is the new development branch. Closes #34527. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/node.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 42e413035..544eb0a51 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -14,11 +14,6 @@ class Node < Formula
sha1 "5db55f05590a23149b1459d522075b8b2facee79" => :mountain_lion
end
- devel do
- url "http://nodejs.org/dist/v0.11.14/node-v0.11.14.tar.gz"
- sha256 "ce08b0a2769bcc135ca25639c9d411a038e93e0f5f5a83000ecde9b763c4dd83"
- end
-
head do
url "https://github.com/joyent/node.git", :branch => "v0.12"
@@ -37,7 +32,6 @@ class Node < Formula
# Once we kill off SSLv3 in our OpenSSL consider forcing our OpenSSL
# over Node's shipped version with --shared-openssl.
# Would allow us quicker security fixes than Node's release schedule.
- # This particular affects the devel build, which is ultra-slow release.
# See https://github.com/joyent/node/issues/3557 for prior discussion.
fails_with :llvm do