aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-09-17 12:07:48 -0700
committerAdam Vandenberg2010-09-17 12:07:48 -0700
commit981bb413343ad03a508ecfce78ab77cca5b3788f (patch)
treef84fe1e2c42bf85fb5009e4b7d01df6e323aab64 /Library/Formula/node.rb
parent89bce67b0dbcb601059ee2e608fc0b727194a744 (diff)
downloadhomebrew-981bb413343ad03a508ecfce78ab77cca5b3788f.tar.bz2
node 0.2.2
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 431f998ea..bbf640ea9 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -1,10 +1,10 @@
require 'formula'
class Node <Formula
- url 'http://nodejs.org/dist/node-v0.2.1.tar.gz'
+ url 'http://nodejs.org/dist/node-v0.2.2.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
- md5 'c6051dd216817bf0f95bea80c42cf262'
+ md5 'cccdad01d9c7bc2d62190e3146e43396'
# Stripping breaks dynamic loading
skip_clean :all