aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorJohn Earles2012-09-25 21:10:50 -0400
committerAdam Vandenberg2012-09-25 18:58:28 -0700
commit4c0b143efa14586f6d9efac69286f78b0a34a602 (patch)
tree4344a239c28581f20668dbc3f2709e358ff2b618 /Library/Formula/node.rb
parent21a70551842b843427130b01f34f5acbdfe970df (diff)
downloadhomebrew-4c0b143efa14586f6d9efac69286f78b0a34a602.tar.bz2
node 0.8.10
Closes #15125. 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 bbcab6054..7d7fd2f76 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.9/node-v0.8.9.tar.gz'
- sha1 '2d3234adceedc2dc87284af88609ede6ecd71734'
+ url 'http://nodejs.org/dist/v0.8.10/node-v0.8.10.tar.gz'
+ sha1 'c596cce77726724441cf7fc98f42df3a5335ab8e'
head 'https://github.com/joyent/node.git'