aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorShawn Jonnet2012-06-11 13:53:54 -0300
committerAdam Vandenberg2012-06-11 18:46:56 -0700
commit781b9aac8a1b402fa7323b287f1523701aef1497 (patch)
treef9648143f3ed3dfe3d66ae028b7af38757388deb /Library/Formula/node.rb
parentf28754d9126a04886091cb5d632c5fcbb16e03a1 (diff)
downloadhomebrew-781b9aac8a1b402fa7323b287f1523701aef1497.tar.bz2
Node --devel 0.7.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
-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 1848c8bf1..62f04e23d 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.9/node-v0.7.9.tar.gz'
- sha1 '55539dcd0598fe4c4093fbc0b0cb40cb8319f9d0'
+ url 'http://nodejs.org/dist/v0.7.10/node-v0.7.10.tar.gz'
+ sha1 'febb23cd3e2d63f2e956661b18697283'
end
# Leopard OpenSSL is not new enough, so use our keg-only one