aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAku Kotkavuo2011-03-05 11:23:24 +0200
committerAdam Vandenberg2011-03-05 09:58:57 -0800
commit24ae4e9ec2944c024d51467032370f5b4a3e8332 (patch)
treecfe2f7d62e0054820352024684a60c47aa262141
parent348c8724992c9f1ba38fe6b29f69ab706ed53cc1 (diff)
downloadhomebrew-24ae4e9ec2944c024d51467032370f5b4a3e8332.tar.bz2
Update node.js to 0.4.2 and fix git repo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rwxr-xr-xLibrary/Formula/node.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index d8f19b4f6..40e152e35 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.1.tar.gz'
- head 'git://github.com/ry/node.git'
+ url 'http://nodejs.org/dist/node-v0.4.2.tar.gz'
+ head 'git://github.com/joyent/node.git'
homepage 'http://nodejs.org/'
- md5 '9566bdbd05c18cc2bbe1fa0fba60dd0a'
+ md5 '9e9e791e125f6a601ebc663dc99c72a8'
# Stripping breaks dynamic loading
skip_clean :all