aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-02-23 22:23:28 -0800
committerAdam Vandenberg2010-02-23 22:23:28 -0800
commit2dfb9f8d456f7a3563c7189542b32675164e65b9 (patch)
treef98364e309812cfefc7df57a317c1bcad492865d /Library
parentfbf398f3611a5e1b8bd893c6fe05f8bb5e06aaa2 (diff)
downloadhomebrew-2dfb9f8d456f7a3563c7189542b32675164e65b9.tar.bz2
Update node to 0.1.30
Diffstat (limited to 'Library')
-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 be270a032..259d3fc06 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.29.tar.gz'
+ url 'http://nodejs.org/dist/node-v0.1.30.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
- md5 '0932e11b9eb91c466146ca05cf6e34c1'
+ md5 '479204b564aa1b956d9c28c3969dd545'
aka 'node.js'