diff options
| author | Adam Vandenberg | 2010-07-26 08:14:09 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-26 08:14:09 -0700 |
| commit | dae32269290b660c55d6598fa8abe8604a4e375e (patch) | |
| tree | 50ea0d2d3f55bad527f0b11d878674782bd177ff /Library | |
| parent | 2e48817785ea2f89f027bd11869b711ca32e2159 (diff) | |
| download | homebrew-dae32269290b660c55d6598fa8abe8604a4e375e.tar.bz2 | |
Node 0.1.102
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 296b9e3de..3a324c2d1 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.101.tar.gz' + url 'http://nodejs.org/dist/node-v0.1.102.tar.gz' head 'git://github.com/ry/node.git' homepage 'http://nodejs.org/' - md5 'd6bb2c6fb87631e4801d281486329d16' + md5 '93279f1e4595558dacb45a78259b7739' aka 'node.js' |
