diff options
| author | James Campos | 2012-10-12 21:16:50 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-10-13 11:48:48 -0700 |
| commit | 3ae0e386180c858a0c87af64caadfe7f285c5e2b (patch) | |
| tree | 96df58a5319d50eacefc70b24766cf5842b5005c /Library/Formula/node.rb | |
| parent | 1355da46789a40f65ccc0059140bb4221b97d03f (diff) | |
| download | homebrew-3ae0e386180c858a0c87af64caadfe7f285c5e2b.tar.bz2 | |
node 0.8.12
Closes #15435.
Signed-off-by: Adam Vandenberg <flangy@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 ef1195a0d..a4455e92f 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -44,8 +44,8 @@ end class Node < Formula homepage 'http://nodejs.org/' - url 'http://nodejs.org/dist/v0.8.11/node-v0.8.11.tar.gz' - sha1 'e9dd36cbbe03c632ee7e9c52e06122fa022981c8' + url 'http://nodejs.org/dist/v0.8.12/node-v0.8.12.tar.gz' + sha1 '719397c7f65365b2ec6510863ac62bd291784910' head 'https://github.com/joyent/node.git' |
