From d62d82ecfff42d23598d2c08223bd347dae6e323 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Fri, 28 Nov 2014 17:28:33 +0000 Subject: 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 --- Library/Formula/node.rb | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Library/Formula') 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 -- cgit v1.2.3