diff options
| author | Christian Moritz | 2013-05-18 14:34:39 +0200 | 
|---|---|---|
| committer | Jack Nagel | 2013-05-18 17:58:07 -0500 | 
| commit | e44f34569ec75420354fa0940f00448aa9ac89c2 (patch) | |
| tree | 3371f8448706b88b52908806b54c556feb8aa82b /Library/Formula/node.rb | |
| parent | 8046b5e21e74fc856f72176b875deea7c096c7b4 (diff) | |
| download | homebrew-e44f34569ec75420354fa0940f00448aa9ac89c2.tar.bz2 | |
node 0.10.7
Closes #19909.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 5f8f138a5..0e6539d69 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.6/node-v0.10.6.tar.gz' -  sha1 'fa06101af8890eeaf997bd2620d7742b71a7223c' +  url 'http://nodejs.org/dist/v0.10.7/node-v0.10.7.tar.gz' +  sha1 'f2bde505faf6ffed3084c8e550a9e6d4311f13d5'    devel do      url 'http://nodejs.org/dist/v0.11.2/node-v0.11.2.tar.gz'  | 
