diff options
| author | Benjamin Fritsch | 2010-07-19 20:59:56 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-19 12:08:28 -0700 |
| commit | 35464af684e15b2ca4d94fd957fcf706109b50a1 (patch) | |
| tree | 507ea83a98dd8aed022e322fe57235e70954dcef | |
| parent | e81f2b76d787e4ad3a17360856277cab9c649deb (diff) | |
| download | homebrew-35464af684e15b2ca4d94fd957fcf706109b50a1.tar.bz2 | |
updated node to 0.1.101
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 637be0659..fb2edd7ff 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.1.100.tar.gz' + url 'http://nodejs.org/dist/node-v0.1.101.tar.gz' head 'git://github.com/ry/node.git' homepage 'http://nodejs.org/' - md5 'f8567739b71d05b8edcae1916d7e80cb' + md5 'd6bb2c6fb87631e4801d281486329d16' aka 'node.js' |
