aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChristian Moritz2013-02-15 21:54:35 +0100
committerAdam Vandenberg2013-02-15 13:22:13 -0800
commit5973035e8f099a4b69ee5b8313de244bb5d8e7e3 (patch)
treee7ea170045aa162f33fd2b576e4102bac8802f23 /Library/Formula
parent7e3de8413ca7f65c551089ffa9d20fd3d78f78ea (diff)
downloadhomebrew-5973035e8f099a4b69ee5b8313de244bb5d8e7e3.tar.bz2
node 0.8.20
Closes #17869. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/node.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index eeb572cb1..ca39f8013 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -42,8 +42,8 @@ end
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.8.19/node-v0.8.19.tar.gz'
- sha1 'f4fdbb642055be65579e11cb52c823573efabcf2'
+ url 'http://nodejs.org/dist/v0.8.20/node-v0.8.20.tar.gz'
+ sha1 'b780f58f0e3bc43d2380d4a935f2b45350783b37'
devel do
url 'http://nodejs.org/dist/v0.9.9/node-v0.9.9.tar.gz'