diff options
Diffstat (limited to 'Library')
| -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 7d842d17b..c840d303a 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -41,8 +41,8 @@ end class Node < Formula homepage 'http://nodejs.org/' - url 'http://nodejs.org/dist/v0.10.1/node-v0.10.1.tar.gz' - sha1 'd4d9ef3b70452112246ea2043ef75943611e3537' + url 'http://nodejs.org/dist/v0.10.2/node-v0.10.2.tar.gz' + sha1 '759a05eff48ff0b54e55748012c5c45502f7cecd' head 'https://github.com/joyent/node.git' |
