aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
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'