diff options
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' |
