aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-05-09 17:44:41 -0700
committerAdam Vandenberg2010-05-09 17:44:41 -0700
commit22c1d260453d073d046500ae9f58d1ef23b99914 (patch)
treea1604ab24781bc36e9b8e957d0bf376ed277a6d9 /Library
parent3e9f924f48f3e447af1b090369d7202632c1f171 (diff)
downloadhomebrew-22c1d260453d073d046500ae9f58d1ef23b99914.tar.bz2
Node 0.1.94
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 d03ede84d..51f9f0e8b 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.93.tar.gz'
+ url 'http://nodejs.org/dist/node-v0.1.94.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
- md5 'e922a05dab2543f14cbdabb23905a04d'
+ md5 '2a00143e306cd8d6b36f2d50307e37cd'
aka 'node.js'