diff options
| author | Geries Handal | 2012-09-29 01:08:34 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-28 16:08:52 -0700 |
| commit | f24a5f5687acde59df92c4c09bf2e2f0b0ca7fc1 (patch) | |
| tree | 7ec850be0c0a8c63f91cc747138b277a5a9520f7 /Library/Formula/node.rb | |
| parent | 2f011040cca521834163696601f831ed66419d3c (diff) | |
| download | homebrew-f24a5f5687acde59df92c4c09bf2e2f0b0ca7fc1.tar.bz2 | |
node.rb 0.8.11
Closes #15191.
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 7d7fd2f76..ef1195a0d 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.10/node-v0.8.10.tar.gz' - sha1 'c596cce77726724441cf7fc98f42df3a5335ab8e' + url 'http://nodejs.org/dist/v0.8.11/node-v0.8.11.tar.gz' + sha1 'e9dd36cbbe03c632ee7e9c52e06122fa022981c8' head 'https://github.com/joyent/node.git' |
