diff options
| author | Attila Györffy | 2012-01-28 12:04:58 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2012-01-28 10:32:28 -0800 |
| commit | 9db99f2d607f11857401923d81926d6ed70ca8a6 (patch) | |
| tree | 6c83e49d90bb845980cf07017184dc1f0bb8ce35 /Library/Formula/node.rb | |
| parent | 811d8ec9bb8a4b4dd25b7188157dc4d027f39050 (diff) | |
| download | homebrew-9db99f2d607f11857401923d81926d6ed70ca8a6.tar.bz2 | |
node --devel 0.7.1
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 f7edcf965..8c182b712 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -7,8 +7,8 @@ class Node < Formula head 'https://github.com/joyent/node.git' devel do - url 'http://nodejs.org/dist/v0.7.0/node-v0.7.0.tar.gz' - md5 '5aceaa4e7aa43d78f87005f468dd6e3a' + url 'http://nodejs.org/dist/v0.7.1/node-v0.7.1.tar.gz' + md5 '9a30d1273505627c649a2a29c5aaee6a' end # Leopard OpenSSL is not new enough, so use our keg-only one |
