diff options
| author | Dominyk Tiller | 2014-09-25 05:40:12 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-09-26 17:55:48 -0500 |
| commit | 5d713ee50743fe7a5d2a4ad636831833f11d8b30 (patch) | |
| tree | 6a41cd06a19dc9d46cdf36d9c181b89aab63162d /Library/Formula/node.rb | |
| parent | 7cc3762a11a2560be23abbdc4301594c430e04d1 (diff) | |
| download | homebrew-5d713ee50743fe7a5d2a4ad636831833f11d8b30.tar.bz2 | |
node devel 0.11.14
Node have finally released a devel build that isn’t vulnerable to the
last 8 months of OpenSSL bugs, so we can throw that back in. In
addition they’ve started releasing the SHA256 checksums of each package
alongside the SHA1, Progress!
Closes #32623.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index 8a11a5ce0..b4d21e2b6 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -4,7 +4,7 @@ require "formula" class Node < Formula homepage "http://nodejs.org/" url "http://nodejs.org/dist/v0.10.32/node-v0.10.32.tar.gz" - sha1 "1d748171ba2a9568853ccec442c5f62c46fccc20" + sha256 "c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10" bottle do sha1 "f9f083a1cf13cf3703c764d639702627968e2234" => :mavericks @@ -12,6 +12,11 @@ class Node < Formula sha1 "a2dbe4a3358e98813fbc6c83cfa79120177e6fc8" => :lion end + devel do + url "http://nodejs.org/dist/v0.11.14/node-v0.11.14.tar.gz" + sha256 "ce08b0a2769bcc135ca25639c9d411a038e93e0f5f5a83000ecde9b763c4dd83" + end + head "https://github.com/joyent/node.git" option "enable-debug", "Build with debugger hooks" |
