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 72efddc75..d49f9ff4d 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.8.0/node-v0.8.0.tar.gz' - sha1 '5171fb46fbfee5ac7129c4b17207a3f35a1f57e8' + url 'http://nodejs.org/dist/v0.8.1/node-v0.8.1.tar.gz' + sha1 '892790553b8121ba8624d8293d0cb7d8b01094d7' head 'https://github.com/joyent/node.git' |
