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 c840d303a..c56e32d35 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.2/node-v0.10.2.tar.gz' - sha1 '759a05eff48ff0b54e55748012c5c45502f7cecd' + url 'http://nodejs.org/dist/v0.10.3/node-v0.10.3.tar.gz' + sha1 '4a1feb4ac18ede9e7193921f59fc181c88b1c7ba' head 'https://github.com/joyent/node.git' |
