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 49f83cfbf..52dc4f013 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -8,8 +8,8 @@ class Node < Formula head 'https://github.com/joyent/node.git' devel do - url 'http://nodejs.org/dist/v0.7.11/node-v0.7.12.tar.gz' - sha1 '036ab6662287901db9d85df93a5d2a25' + url 'http://nodejs.org/dist/v0.7.12/node-v0.7.12.tar.gz' + sha1 'cb570abacbf4eb7e23c3d2620d00dd3080d9c19d' end # Leopard OpenSSL is not new enough, so use our keg-only one |
