aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorEvan Oxfeld2013-02-07 22:55:08 -0500
committerAdam Vandenberg2013-02-08 09:18:19 -0800
commit4824d7ca4e3de4e12848dfddb3585a6f37a3a447 (patch)
tree62feaad5e489f646ad215195ce9792d7061e8d3c /Library/Formula
parent8f9adb5337e676ff32f8895f6f9a324d487becec (diff)
downloadhomebrew-4824d7ca4e3de4e12848dfddb3585a6f37a3a447.tar.bz2
node --devel 0.9.9
Closes #17679. 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 b558684e7..eeb572cb1 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -46,8 +46,8 @@ class Node < Formula
sha1 'f4fdbb642055be65579e11cb52c823573efabcf2'
devel do
- url 'http://nodejs.org/dist/v0.9.8/node-v0.9.8.tar.gz'
- sha1 'ce337f1f7baca56954412fbeaa25b4f9ea4c8528'
+ url 'http://nodejs.org/dist/v0.9.9/node-v0.9.9.tar.gz'
+ sha1 'af1deb80c79f256b319a727f8593740ff99cdbc8'
end
head 'https://github.com/joyent/node.git'