aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorAttila Györffy2012-02-02 11:11:04 +0000
committerJack Nagel2012-02-02 19:23:03 -0600
commitf7525704a563f013a75391958fb35844d5255cef (patch)
treec0c6c22b92e7f00d0c90619870def0ff43b89895 /Library/Formula/node.rb
parent4ded515e4761c32efc0a0eba4735d0bd1fe7e46b (diff)
downloadhomebrew-f7525704a563f013a75391958fb35844d5255cef.tar.bz2
node: update devel to 0.7.2
Closes #9932. Signed-off-by: Jack Nagel <jacknagel@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 8c182b712..30285c3ad 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -7,8 +7,8 @@ class Node < Formula
head 'https://github.com/joyent/node.git'
devel do
- url 'http://nodejs.org/dist/v0.7.1/node-v0.7.1.tar.gz'
- md5 '9a30d1273505627c649a2a29c5aaee6a'
+ url 'http://nodejs.org/dist/v0.7.2/node-v0.7.2.tar.gz'
+ md5 '4fced93a0bbb9c38a8e6685b9d404c6c'
end
# Leopard OpenSSL is not new enough, so use our keg-only one