aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFredrik Forsmo2013-05-14 10:53:26 +0300
committerAdam Vandenberg2013-05-14 09:49:06 -0700
commit3b589c558f4e345c5e5e2c1b7855ef1fa265409e (patch)
tree61c9465ebdb00f3f342e2a170d1a9a349a7b1fba /Library/Formula
parent99e91e45b0ce08ee829043d000e33398ac1576fd (diff)
downloadhomebrew-3b589c558f4e345c5e5e2c1b7855ef1fa265409e.tar.bz2
node --devel 0.11.2
Closes #19792. 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 8aa4f14c7..11fe9c8bc 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -45,8 +45,8 @@ class Node < Formula
sha1 '99b92864f4a277debecb4c872ea7202c9aa6996f'
devel do
- url 'http://nodejs.org/dist/v0.11.1/node-v0.11.1.tar.gz'
- sha1 'fe13c36f4d9116ed718af9894aab989d74a9d91c'
+ url 'http://nodejs.org/dist/v0.11.2/node-v0.11.2.tar.gz'
+ sha1 '1d1080598431062ccb4bbbf7ecbb7596fe664c67'
end
head 'https://github.com/joyent/node.git'