diff options
| author | Adam Vandenberg | 2012-02-24 06:49:23 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2012-02-24 06:49:23 -0800 |
| commit | 3eec1f4e5f9f9de5024bf53f1e066c2f0e1aff81 (patch) | |
| tree | 6b8db78f021b760605bcfa5a11703124d6cdad02 /Library/Formula/node.rb | |
| parent | 87d31f09f7f5d13b4e572e6e98ecaa095fb879fa (diff) | |
| download | homebrew-3eec1f4e5f9f9de5024bf53f1e066c2f0e1aff81.tar.bz2 | |
node --devel 0.7.5
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 0a67c5a5b..245f0c054 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.4/node-v0.7.4.tar.gz' - md5 'dd225092411cc85615313d4058f765c9' + url 'http://nodejs.org/dist/v0.7.5/node-v0.7.5.tar.gz' + md5 '5dd0c1c2053f610c0eee973c5264ee4e' end # Leopard OpenSSL is not new enough, so use our keg-only one |
