aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAria Stewart2013-01-11 21:36:04 -0500
committerJack Nagel2013-01-12 11:55:13 -0600
commit59c35b97a3cc744317daa630e2b65db7bf2c84ac (patch)
tree1f2cf4a5e5e9715dedfc59060c366433f083264b /Library
parent2f4f64d98f4ef6a7be6e8da0bab74be2b3f97752 (diff)
downloadhomebrew-59c35b97a3cc744317daa630e2b65db7bf2c84ac.tar.bz2
node devel 0.9.6
Closes #17020. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/node.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 6aee3f5d2..1aa4e2793 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -46,9 +46,10 @@ class Node < Formula
homepage 'http://nodejs.org/'
url 'http://nodejs.org/dist/v0.8.17/node-v0.8.17.tar.gz'
sha1 '65d22e4e183cee8888c797300d8fdbb5c530c740'
+
devel do
- url 'http://nodejs.org/dist/v0.9.5/node-v0.9.5.tar.gz'
- sha1 'a1f1322fcaa5535ae830f3242bcdd213388357cc'
+ url 'http://nodejs.org/dist/v0.9.6/node-v0.9.6.tar.gz'
+ sha1 '650d7c50e29ce7ab428de0617ad315063a53ea1a'
end
head 'https://github.com/joyent/node.git'