aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-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