diff options
| -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 ed5bfa029..f7cd1eb5d 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -31,8 +31,8 @@ end  class Node < Formula    homepage 'http://nodejs.org/' -  url 'http://nodejs.org/dist/v0.10.10/node-v0.10.10.tar.gz' -  sha1 'c21643a57b1ec9eca56e6deac22fe075616e0e9c' +  url 'http://nodejs.org/dist/v0.10.11/node-v0.10.11.tar.gz' +  sha1 '4f646bb3418d1c177ce28cdbc61e71de35b38aea'    devel do      url 'http://nodejs.org/dist/v0.11.2/node-v0.11.2.tar.gz'  | 
