aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAnthony Pearson2012-07-20 16:15:25 -0500
committerAdam Vandenberg2012-07-21 12:43:49 -0700
commit31f8d9fb384f022e865a146ce8ddf8d1c3f45f4a (patch)
treeb2213596b3a8b1913260bf54dc20c6ab967a008a /Library/Formula
parentfc36c1ebbb1e56a17b926b2ef7c5b0d4ac605f53 (diff)
downloadhomebrew-31f8d9fb384f022e865a146ce8ddf8d1c3f45f4a.tar.bz2
Node 0.8.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 cc7287ea5..9bb315e8c 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.2/node-v0.8.2.tar.gz'
- sha1 '0e743d21b487151e67950f09198def058db19a1e'
+ url 'http://nodejs.org/dist/v0.8.3/node-v0.8.3.tar.gz'
+ sha1 'f699d3788e242ed87a9037bae1aa0fa9335e45a9'
head 'https://github.com/joyent/node.git'