aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/node.rb
diff options
context:
space:
mode:
authorShawn Jonnet2012-06-06 15:57:42 -0300
committerAdam Vandenberg2012-06-06 19:46:47 -0700
commit7f2b0558f6c288d31172cc187444e78ab7938ecb (patch)
treee6a741c8069e29e5b10e871581fe9b7ec0c86c93 /Library/Formula/node.rb
parent9c9ffc6b3687e95cdc5b742946d5bafce69bcbc7 (diff)
downloadhomebrew-7f2b0558f6c288d31172cc187444e78ab7938ecb.tar.bz2
Node 0.6.19
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/node.rb')
-rw-r--r--Library/Formula/node.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/node.rb b/Library/Formula/node.rb
index 4a076c095..1848c8bf1 100644
--- a/Library/Formula/node.rb
+++ b/Library/Formula/node.rb
@@ -2,14 +2,14 @@ require 'formula'
class Node < Formula
homepage 'http://nodejs.org/'
- url 'http://nodejs.org/dist/v0.6.18/node-v0.6.18.tar.gz'
- md5 '4a3d3123ccc7b9b21c1990fe074e3d14'
+ url 'http://nodejs.org/dist/v0.6.19/node-v0.6.19.tar.gz'
+ sha1 'f6c5cfbadff4788ac3a95f8263a0c2f4e07444b6'
head 'https://github.com/joyent/node.git'
devel do
url 'http://nodejs.org/dist/v0.7.9/node-v0.7.9.tar.gz'
- md5 '4f5485d1eda670fec93f4d8398c2b3ec'
+ sha1 '55539dcd0598fe4c4093fbc0b0cb40cb8319f9d0'
end
# Leopard OpenSSL is not new enough, so use our keg-only one