aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorLuke Gallagher2010-08-05 15:25:59 +1000
committerAdam Vandenberg2010-08-05 06:50:13 -0700
commit5c7c8f54e06526a18f6686f4a5d14829fc3478ae (patch)
tree89e89e458b2a435fa0a6c509e45b80607cc15014 /Library/Formula/node.rb
parentcbb36af4e7d6503a865312b3b67a25bf6e49c28a (diff)
downloadhomebrew-5c7c8f54e06526a18f6686f4a5d14829fc3478ae.tar.bz2
Update node 0.1.103
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 3a324c2d1..6f7e9a22b 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.1.102.tar.gz'
+ url 'http://nodejs.org/dist/node-v0.1.103.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
- md5 '93279f1e4595558dacb45a78259b7739'
+ md5 '378307512e380e279969b0936e5ec5cc'
aka 'node.js'