diff options
| author | Arthur Kalmenson | 2011-03-19 11:40:14 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-19 10:01:14 -0700 |
| commit | 406c3050b157dcf5b20682f9a8041533e8730b80 (patch) | |
| tree | 04ad14535b18eda58a077fad4b1308cafe78279a /Library | |
| parent | 94efc8f4529a75f41973a1719d6a5a12c694e8ff (diff) | |
| download | homebrew-406c3050b157dcf5b20682f9a8041533e8730b80.tar.bz2 | |
node 0.4.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 082d3fb35..0a4a80883 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.2.tar.gz' + url 'http://nodejs.org/dist/node-v0.4.3.tar.gz' head 'git://github.com/joyent/node.git' homepage 'http://nodejs.org/' - md5 '9e9e791e125f6a601ebc663dc99c72a8' + md5 'a2a6a6699e275a30f6047b1f33281a77' # Stripping breaks dynamic loading skip_clean :all |
