aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorCan Duruk2011-02-19 22:29:17 -0800
committerAdam Vandenberg2011-02-21 19:49:06 -0800
commit8a60de489c110d8852bd268d2e68132dd4bbbea5 (patch)
tree7268cb7c97527d5707b32b0a4958b04f19faf895 /Library/Formula/node.rb
parent3e40aa64cc18c7197d63807c37deb1c66fcc6376 (diff)
downloadhomebrew-8a60de489c110d8852bd268d2e68132dd4bbbea5.tar.bz2
Upgrade node.js to 0.4.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
-rwxr-xr-x[-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 604ee8283..d8f19b4f6 100644..100755
--- 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.4.0.tar.gz'
+ url 'http://nodejs.org/dist/node-v0.4.1.tar.gz'
head 'git://github.com/ry/node.git'
homepage 'http://nodejs.org/'
- md5 '18f89256751f9b8e27dee8494f508171'
+ md5 '9566bdbd05c18cc2bbe1fa0fba60dd0a'
# Stripping breaks dynamic loading
skip_clean :all