diff options
| author | Eric Hayes | 2010-10-04 17:26:20 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-04 17:28:36 -0700 |
| commit | 730f311b3cbebd9db4821e15968e50418b3f9159 (patch) | |
| tree | bbb895d70db52ab24bd200b3655a6e5a8370ee49 /Library/Formula/node.rb | |
| parent | 012af638531e168e7baa0e870e8bb4475c2e08fe (diff) | |
| download | homebrew-730f311b3cbebd9db4821e15968e50418b3f9159.tar.bz2 | |
updated to reflect version 0.2.3 of node.js
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 bbf640ea9..3fe1fb63f 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.2.2.tar.gz' + url 'http://nodejs.org/dist/node-v0.2.3.tar.gz' head 'git://github.com/ry/node.git' homepage 'http://nodejs.org/' - md5 'cccdad01d9c7bc2d62190e3146e43396' + md5 '08fe2ff7808faed5e362a45211078874' # Stripping breaks dynamic loading skip_clean :all |
