aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChristian Moritz2013-04-11 22:33:38 +0200
committerJack Nagel2013-04-11 23:28:30 -0500
commit8bb1a817be01a08d1beb32ed3279b4cce772718e (patch)
tree85fbeec4538d4b025b4aca41b4c0688621108df2 /Library
parente9bf38bb2555a2abb70297d505ff413abeb37431 (diff)
downloadhomebrew-8bb1a817be01a08d1beb32ed3279b4cce772718e.tar.bz2
node 0.10.4 + devel 0.11.0
Closes #19138. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/node.rb9
1 files changed, 7 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index c56e32d35..9862f5e34 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -41,8 +41,13 @@ end
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.10.3/node-v0.10.3.tar.gz'
- sha1 '4a1feb4ac18ede9e7193921f59fc181c88b1c7ba'
+ url 'http://nodejs.org/dist/v0.10.4/node-v0.10.4.tar.gz'
+ sha1 '901c1410b7c28a79644292567d3384255f3a6274'
+
+ devel do
+ url 'http://nodejs.org/dist/v0.11.0/node-v0.11.0.tar.gz'
+ sha1 '0402aae18f847238409e9d1a5ddd806beb5fe678'
+ end
head 'https://github.com/joyent/node.git'