aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorMathias Bynens2012-07-10 11:09:21 +0300
committerAdam Vandenberg2012-07-10 06:46:57 -0700
commit50ae8e4dd7efcd31ebf58f72d20dee631a20af52 (patch)
treee0a3392c4a16150c6e08fdcc8720c8debcd6702f /Library/Formula/node.rb
parent9f42c6b14e624e0ca588e8d469aabe58f07bff49 (diff)
downloadhomebrew-50ae8e4dd7efcd31ebf58f72d20dee631a20af52.tar.bz2
Node 0.8.2
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 d49f9ff4d..cc7287ea5 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -2,8 +2,8 @@ require 'formula'
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.8.1/node-v0.8.1.tar.gz'
- sha1 '892790553b8121ba8624d8293d0cb7d8b01094d7'
+ url 'http://nodejs.org/dist/v0.8.2/node-v0.8.2.tar.gz'
+ sha1 '0e743d21b487151e67950f09198def058db19a1e'
head 'https://github.com/joyent/node.git'