diff options
| author | Jarrett Cruger | 2012-09-14 16:02:05 -0400 |
|---|---|---|
| committer | Max Howell | 2012-09-21 23:22:36 -0400 |
| commit | fb8447d4c7ee4176ed9ee61ec7266e409b3d8e6c (patch) | |
| tree | fbc3a0011ab6194be9d43b2f39043a5faaf783e4 /Library/Formula/node.rb | |
| parent | 8e4c0a141171666270529da4be026d529d474467 (diff) | |
| download | homebrew-fb8447d4c7ee4176ed9ee61ec7266e409b3d8e6c.tar.bz2 | |
Updated node.js formula to v0.8.9
Signed-off-by: Max Howell <mxcl@me.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 acf62a10a..bbcab6054 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -44,8 +44,8 @@ end class Node < Formula homepage 'http://nodejs.org/' - url 'http://nodejs.org/dist/v0.8.8/node-v0.8.8.tar.gz' - sha1 '5ddafc059d2f774e35e6375f5b61157879a46f0f' + url 'http://nodejs.org/dist/v0.8.9/node-v0.8.9.tar.gz' + sha1 '2d3234adceedc2dc87284af88609ede6ecd71734' head 'https://github.com/joyent/node.git' |
