diff options
| author | elliottcable | 2009-12-30 09:16:49 -0900 |
|---|---|---|
| committer | Max Howell | 2010-01-13 15:09:28 +0000 |
| commit | a3e2d833a4a8e856118938430d4414109b2041ea (patch) | |
| tree | 304b9c518086faecc389d0faa2d98a14fdf30e68 | |
| parent | 314c105ab4dd4ed16e7ca8bd843a4a72bf6b6cbb (diff) | |
| download | homebrew-a3e2d833a4a8e856118938430d4414109b2041ea.tar.bz2 | |
Upgrading Node.js to v0.1.23
| -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 cd6e863f3..4b33f6ae9 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/20091219/node-v0.1.22.tar.gz' + url 'http://s3.amazonaws.com/four.livejournal/20091222/node-v0.1.23.tar.gz' head 'git://github.com/ry/node.git' homepage 'http://nodejs.org/' - md5 '0cfff2bf4811ab0d0cc5d4db1afe9e2b' + md5 'f24265b86faa3d04c6f49921b26b8df3' aka 'node.js' |
