Node.js 0.8.4

Closes Homebrew/homebrew#13605.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Anthony Pearson 2012-07-25 23:07:46 -05:00 committed by Adam Vandenberg
parent f31f4bee0a
commit ec1ac5347d
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Node < Formula
homepage 'http://nodejs.org/'
url 'http://nodejs.org/dist/v0.8.3/node-v0.8.3.tar.gz'
sha1 'f699d3788e242ed87a9037bae1aa0fa9335e45a9'
url 'http://nodejs.org/dist/v0.8.4/node-v0.8.4.tar.gz'
sha1 '8473e3dd48ab3734e2c92de0518cb80c2cdf750f'
head 'https://github.com/joyent/node.git'