diff options
| author | Tom Ward | 2010-01-13 17:28:58 +0000 |
|---|---|---|
| committer | Max Howell | 2010-01-14 10:06:43 +0000 |
| commit | b2cebdb8de12b365ee3673a538fb0ff2bc82da70 (patch) | |
| tree | 9e3dd2118c822b94fccdb2bc04872f0f579626f1 /Library | |
| parent | b97c71e699c05877c723b2c8c81dc9d6647afb89 (diff) | |
| download | homebrew-b2cebdb8de12b365ee3673a538fb0ff2bc82da70.tar.bz2 | |
Updated node.js from version 0.1.23 to 0.1.25
Fixes #445
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 4b33f6ae9..1d95c206c 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -1,10 +1,10 @@ require 'formula' class Node <Formula - url 'http://s3.amazonaws.com/four.livejournal/20091222/node-v0.1.23.tar.gz' + url 'http://s3.amazonaws.com/four.livejournal/20100109/node-v0.1.25.tar.gz' head 'git://github.com/ry/node.git' homepage 'http://nodejs.org/' - md5 'f24265b86faa3d04c6f49921b26b8df3' + md5 '17ef9f59b583b2159a6d40e88e767675' aka 'node.js' |
