diff options
| author | Adam Vandenberg | 2012-03-30 21:45:08 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-30 21:45:08 -0700 |
| commit | dadcf1c03a023eeac143ee2e57d009a1a74d1e74 (patch) | |
| tree | 3d6fd987d606339e71faeae1e61d7bc8c26a2fce | |
| parent | dc034f5f98a301906c5fb6cc75f9c76769e109c4 (diff) | |
| download | homebrew-dadcf1c03a023eeac143ee2e57d009a1a74d1e74.tar.bz2 | |
node devel 0.7.7
| -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 0527bd5ed..242adae09 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.6/node-v0.7.6.tar.gz' - md5 '09f336ce0247bb316550cfe21ff92dd6' + url 'http://nodejs.org/dist/v0.7.7/node-v0.7.7.tar.gz' + md5 '6cce285f9e01c9678b4a3e7d034563c9' end # Leopard OpenSSL is not new enough, so use our keg-only one |
