aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorJames Campos2012-10-26 00:32:51 -0700
committerAdam Vandenberg2012-10-26 08:24:22 -0700
commit11b5459f70f0e9b9b2da19067956966f853661a0 (patch)
tree9fbd3f661661fdb3f01e1ce790eec13e84bf0f27 /Library/Formula/node.rb
parent88cbd6a76b00ea14c8a5c2d06cd930f0e934c184 (diff)
downloadhomebrew-11b5459f70f0e9b9b2da19067956966f853661a0.tar.bz2
node 0.8.14
Closes #15676. 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 a4455e92f..16fc859e4 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -44,8 +44,8 @@ end
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.8.12/node-v0.8.12.tar.gz'
- sha1 '719397c7f65365b2ec6510863ac62bd291784910'
+ url 'http://nodejs.org/dist/v0.8.14/node-v0.8.14.tar.gz'
+ sha1 '47a1186004f6ce5e25a8555429d72b15519bc7f1'
head 'https://github.com/joyent/node.git'