aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAku Kotkavuo2010-11-17 08:53:35 +0200
committerAdam Vandenberg2010-11-18 20:05:17 -0800
commit1edbbc3666a552118702824a34491ee160c918e0 (patch)
tree8d5b78279a19ddf1e84f91cb9bcf49eb519ecde6 /Library
parente6f608f7d0250a97489366297d326e2d48e01acb (diff)
downloadhomebrew-1edbbc3666a552118702824a34491ee160c918e0.tar.bz2
Update node to 0.2.5.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 06037bc18..7c3ef51fc 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.4.tar.gz'
+ url 'http://nodejs.org/dist/node-v0.2.5.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
- md5 '413c8f648be1cb9f6f6db615894c75a2'
+ md5 '7f6f99fefef172e0517657d0eb69b59d'
# Stripping breaks dynamic loading
skip_clean :all