diff options
| author | Jack Nagel | 2012-03-24 12:25:48 -0500 |
|---|---|---|
| committer | Jack Nagel | 2012-03-24 12:25:48 -0500 |
| commit | d30b3f4d6387e3e60ddafed260d12a8cfdb8cb4a (patch) | |
| tree | 83cb2059e41067e526d13e2bb75f0800c5a55ace /Library/Formula/node.rb | |
| parent | c4b547a8611f74da6ea8d8f391ae26be9215fbbd (diff) | |
| download | homebrew-d30b3f4d6387e3e60ddafed260d12a8cfdb8cb4a.tar.bz2 | |
node 0.6.14
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
| -rw-r--r-- | Library/Formula/node.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb index d3d348c55..0527bd5ed 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -2,8 +2,8 @@ require 'formula' class Node < Formula homepage 'http://nodejs.org/' - url 'http://nodejs.org/dist/v0.6.13/node-v0.6.13.tar.gz' - md5 '87078586e226fd7a4db60d38bea9aad6' + url 'http://nodejs.org/dist/v0.6.14/node-v0.6.14.tar.gz' + md5 '3033a866e230cca64e212ee8f2af27dd' head 'https://github.com/joyent/node.git' |
