aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorJames Campos2012-11-29 15:13:37 -0800
committerAdam Vandenberg2012-11-29 19:23:43 -0800
commitfc6441e1ccfeb0f7e05c1e0cf96714bd0d932dfd (patch)
tree5c1edf197752b0c5b853f5e41a4f3722e7cc2474 /Library/Formula/node.rb
parentcf0a86c7cbf05ef7f4afa2d5c728f7668b369f8f (diff)
downloadhomebrew-fc6441e1ccfeb0f7e05c1e0cf96714bd0d932dfd.tar.bz2
node 0.8.15
Closes #16315. 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 16fc859e4..6339f433a 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.14/node-v0.8.14.tar.gz'
- sha1 '47a1186004f6ce5e25a8555429d72b15519bc7f1'
+ url 'http://nodejs.org/dist/v0.8.15/node-v0.8.15.tar.gz'
+ sha1 'a7874cde1a87497992f1f8ea0fdaa760f617a94f'
head 'https://github.com/joyent/node.git'