aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChongyu Zhu2013-03-08 09:39:15 +0800
committerAdam Vandenberg2013-03-07 19:14:28 -0800
commit3c4a714ea663592be15f41f328f70243abb17e8a (patch)
treec1342de1b20e47cf45d55eaddccf873bc57bdd13 /Library/Formula
parentec8bc5461f15cf1949483402b91bc7b6f315b4bd (diff)
downloadhomebrew-3c4a714ea663592be15f41f328f70243abb17e8a.tar.bz2
node 0.8.22, devel 0.9.12
Closes #18321. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/node.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index f157ff664..52f681902 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -42,12 +42,12 @@ end
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.8.21/node-v0.8.21.tar.gz'
- sha1 '65ab7307f1aee12be4c88e396e2510967a52b1c6'
+ 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.11/node-v0.9.11.tar.gz'
- sha1 '66370601eb824305b12c7f3e5b2a5e8ca94f1209'
+ url 'http://nodejs.org/dist/v0.9.12/node-v0.9.12.tar.gz'
+ sha1 '2353d3e5c6518f75202b74236fa9d8eeecd26ca3'
end
head 'https://github.com/joyent/node.git'