aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorAlexander Bayandin2013-12-19 22:06:04 +0400
committerMike McQuaid2013-12-19 19:08:17 +0000
commit8c47ff7a36080330f3b00e26bb0dfa757b5c3ce5 (patch)
treeaec6e3dd75ee07a4305b48fc0280f199e810e18b /Library/Formula/node.rb
parent6a24ad2655632c5490d97a52841f26546522d8f6 (diff)
downloadhomebrew-8c47ff7a36080330f3b00e26bb0dfa757b5c3ce5.tar.bz2
node 0.10.24
Closes #25336. Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 dd963f86e..a732e6277 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -32,8 +32,8 @@ end
# Note that x.even are stable releases, x.odd are devel releases
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.10.23/node-v0.10.23.tar.gz'
- sha1 '8717942d1bdfa8902ce65cd33b4293d16b486c64'
+ url 'http://nodejs.org/dist/v0.10.24/node-v0.10.24.tar.gz'
+ sha1 'd162d01eb173cb5a0e7e46c9d706421c4c771039'
devel do
url 'http://nodejs.org/dist/v0.11.9/node-v0.11.9.tar.gz'