diff options
| author | João | 2011-09-16 08:49:14 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-09-16 09:52:02 -0700 |
| commit | 3eea4125a2e3a8e7d58e36e8b72c20a2d46adfb5 (patch) | |
| tree | d45e57711d46e892350f697de41828ce574f6a8c /Library/Formula/node.rb | |
| parent | 5b4d59d143c70167c6c319171ac700068c454de4 (diff) | |
| download | homebrew-3eea4125a2e3a8e7d58e36e8b72c20a2d46adfb5.tar.bz2 | |
node 0.4.12
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 779dd42a7..d0c0924c1 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,10 +1,10 @@ require 'formula' class Node < Formula - url 'http://nodejs.org/dist/node-v0.4.11.tar.gz' + url 'http://nodejs.org/dist/node-v0.4.12.tar.gz' head 'https://github.com/joyent/node.git' homepage 'http://nodejs.org/' - md5 'ac4c3eaa0667d5e3eacf56fd26a4eadc' + md5 'a6375eaa43db5356bf443e25b828ae16' # Leopard OpenSSL is not new enough, so use our keg-only one depends_on 'openssl' if MacOS.leopard? |
