aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 52f681902..13d51b1e6 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -42,13 +42,8 @@ end
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.8.22/node-v0.8.22.tar.gz'
- sha1 '1b7e65da70e2b3c2feacb1b13f673dfe43beb381'
-
- devel do
- url 'http://nodejs.org/dist/v0.9.12/node-v0.9.12.tar.gz'
- sha1 '2353d3e5c6518f75202b74236fa9d8eeecd26ca3'
- end
+ url 'http://nodejs.org/dist/v0.10.0/node-v0.10.0.tar.gz'
+ sha1 '7321266347dc1c47ed2186e7d61752795ce8a0ef'
head 'https://github.com/joyent/node.git'