aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAku Kotkavuo2010-10-25 03:39:23 +0300
committerAdam Vandenberg2010-10-24 17:56:18 -0700
commit89438aecfe89e3cd9c636d06c8de019acc8d6a15 (patch)
tree7b9dcb9892571a7934e1f883922f8cc3a89f3776 /Library/Formula
parent51f79a8bda6adfac56c78a446e568cc906b2794b (diff)
downloadhomebrew-89438aecfe89e3cd9c636d06c8de019acc8d6a15.tar.bz2
Update node.js to 0.2.4.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 3fe1fb63f..06037bc18 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.3.tar.gz'
+ url 'http://nodejs.org/dist/node-v0.2.4.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
- md5 '08fe2ff7808faed5e362a45211078874'
+ md5 '413c8f648be1cb9f6f6db615894c75a2'
# Stripping breaks dynamic loading
skip_clean :all