diff options
| author | Piya Pakdeechaturun | 2012-08-23 03:59:31 +0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-22 20:31:58 -0700 |
| commit | 4b94c88823664952d402f667f1f93d9f46b23dad (patch) | |
| tree | f63a08428bdc9408691ab8243a979fb26f061d3d /Library/Formula/node.rb | |
| parent | ef27207e13c8ed0c4b1a33323081bbe0092c026c (diff) | |
| download | homebrew-4b94c88823664952d402f667f1f93d9f46b23dad.tar.bz2 | |
node 0.8.8
Closes #14394.
Signed-off-by: Adam Vandenberg <flangy@gmail.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 fa67a2372..a06277467 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -2,8 +2,8 @@ require 'formula' class Node < Formula homepage 'http://nodejs.org/' - url 'http://nodejs.org/dist/v0.8.7/node-v0.8.7.tar.gz' - sha1 '58ffb5884304e2f8415d8cee7921c42f66fc8d7b' + url 'http://nodejs.org/dist/v0.8.8/node-v0.8.8.tar.gz' + sha1 '5ddafc059d2f774e35e6375f5b61157879a46f0f' head 'https://github.com/joyent/node.git' |
