diff options
| author | Christian Moritz | 2013-06-27 14:52:13 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-06-27 08:04:56 -0700 | 
| commit | a2a3609cb0002d90424bb7660ad9622eff446f6c (patch) | |
| tree | 4bd83c947e2151294418df183914134033d85a0d /Library/Formula/node.rb | |
| parent | 9159d6cef2d06ecfc178cb4d415d07274ee89efd (diff) | |
| download | homebrew-a2a3609cb0002d90424bb7660ad9622eff446f6c.tar.bz2 | |
node devel 0.11.3
Closes #20853.
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 83e5d4052..7e28c134a 100644 --- a/Library/Formula/node.rb +++ b/Library/Formula/node.rb @@ -35,8 +35,8 @@ class Node < Formula    sha1 '3e4f692fb9156c0cee4dd35bd8a6be4ff89a29de'    devel do -    url 'http://nodejs.org/dist/v0.11.2/node-v0.11.2.tar.gz' -    sha1 '1d1080598431062ccb4bbbf7ecbb7596fe664c67' +    url 'http://nodejs.org/dist/v0.11.3/node-v0.11.3.tar.gz' +    sha1 '4f646bb3418d1c177ce28cdbc61e71de35b38aea'    end    head 'https://github.com/joyent/node.git'  | 
