Skip to content

Commit

Permalink
Node 0.6.19
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <[email protected]>
  • Loading branch information
sjonnet19 authored and adamv committed Jun 7, 2012
1 parent 9c9ffc6 commit 7f2b055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

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
Expand Down

0 comments on commit 7f2b055

Please sign in to comment.