aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorAria Stewart2012-12-29 20:46:24 -0500
committerAdam Vandenberg2012-12-29 17:52:42 -0800
commit8aeaf1510d88e67f3d4de0e81bedd9b857757f94 (patch)
tree033c88aff5546c08f3b24cab09ab31ea50ab2b85 /Library/Formula/node.rb
parent44ff15ff6d37f939ccd8464ed241125fa9029f33 (diff)
downloadhomebrew-8aeaf1510d88e67f3d4de0e81bedd9b857757f94.tar.bz2
node --devel 0.9.5
Closes #16794. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 7ed2389bf..d0e85b5c0 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -47,8 +47,8 @@ class Node < Formula
url 'http://nodejs.org/dist/v0.8.16/node-v0.8.16.tar.gz'
sha1 '6479366bfbc2b4392f7f496dec55b5ab719308c0'
devel do
- url 'http://nodejs.org/dist/v0.9.4/node-v0.9.4.tar.gz'
- sha1 '30b3f8dee0b2ace3d83c200eeffc6f450d3b4366'
+ url 'http://nodejs.org/dist/v0.9.5/node-v0.9.5.tar.gz'
+ sha1 'a1f1322fcaa5535ae830f3242bcdd213388357cc'
end
head 'https://github.com/joyent/node.git'