aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorShawn Jonnet2012-06-16 12:30:31 -0300
committerJack Nagel2012-06-16 10:56:43 -0500
commit1c029c8b49c823f06167c90aa3af7e3e890fea77 (patch)
tree463648d86423e9fdad9d3013dd837cb432f76f9c /Library
parentaa2f03cbe2902edd76a1817d78dee1b676f91f39 (diff)
downloadhomebrew-1c029c8b49c823f06167c90aa3af7e3e890fea77.tar.bz2
Node devel 0.7.11
Closes #12885. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/node.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 62f04e23d..0669f913a 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -8,8 +8,8 @@ class Node < Formula
head 'https://github.com/joyent/node.git'
devel do
- url 'http://nodejs.org/dist/v0.7.10/node-v0.7.10.tar.gz'
- sha1 'febb23cd3e2d63f2e956661b18697283'
+ url 'http://nodejs.org/dist/v0.7.11/node-v0.7.11.tar.gz'
+ sha1 '8edf853bfe327efab55009ac75b6344e17da890e'
end
# Leopard OpenSSL is not new enough, so use our keg-only one