aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorStuart Carnie2010-08-13 09:34:31 -0700
committerAdam Vandenberg2010-08-13 09:48:40 -0700
commitf4aae0944d93e2265c2387571538231c1ea3617c (patch)
treee1202a5023b77f90ae26a4ab303215891f091835 /Library/Formula/node.rb
parent3ca44e1858f4efd79a3c255dd4f68a64fac8a6a8 (diff)
downloadhomebrew-f4aae0944d93e2265c2387571538231c1ea3617c.tar.bz2
Updated node to 1.104
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
-rwxr-xr-xLibrary/Formula/node.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 55b73ed02..df1c4ff0c 100755
--- 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.1.103.tar.gz'
+ url 'http://nodejs.org/dist/node-v0.1.104.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
- md5 '378307512e380e279969b0936e5ec5cc'
+ md5 '907fa1e0a2f1f0c3df5efc97fd05a7d2'
# Stripping breaks dynamic loading
skip_clean :all