Skip to content

Commit

Permalink
links (cli browser) 2.2 => 2.7
Browse files Browse the repository at this point in the history
update url/md5, tested
  • Loading branch information
brettkoonce committed Jul 12, 2012
1 parent 8b6e6af commit 6de7fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/links.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
require 'formula'

class Links < Formula
url 'http://links.twibright.com/download/links-2.2.tar.gz'
url 'http://links.twibright.com/download/links-2.7.tar.gz'
homepage 'http://links.twibright.com/'
md5 'c9937f9ed0061f264973182f871fb667'
md5 '6b5ca02e180aed2f78ca2712f85e3ba5'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
Expand Down

2 comments on commit 6de7fcb

@stevekaten
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

twibright.com domain is down so the http://links.twibright.com references are broken.

@stevekaten
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

twibright.com domain is down so the http://links.twibright.com references are broken.

Please sign in to comment.