aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-03-13 03:22:09 +0000
committerMike McQuaid2015-03-13 11:26:55 +0000
commite09ea650724776b4284262526c488341429372ef (patch)
treec954d56e5de7f916e3ddfabba13b56af9ee6b999 /Library
parent62340d87de26ab5074c0c22d4abf0f27707f857b (diff)
downloadhomebrew-e09ea650724776b4284262526c488341429372ef.tar.bz2
links 2.9
Bump. Closes #37666. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/links.rb13
1 files changed, 5 insertions, 8 deletions
diff --git a/Library/Formula/links.rb b/Library/Formula/links.rb
index ee73d5972..f4cf58b4d 100644
--- a/Library/Formula/links.rb
+++ b/Library/Formula/links.rb
@@ -1,11 +1,8 @@
-require "formula"
-
class Links < Formula
homepage "http://links.twibright.com/"
- url "http://links.twibright.com/download/links-2.8.tar.bz2"
- mirror "https://mirrors.kernel.org/debian/pool/main/l/links2/links2_2.8.orig.tar.bz2"
- sha1 "a808d80d910b7d3ad86f4c5089e64f35113b69f2"
- revision 1
+ url "http://links.twibright.com/download/links-2.9.tar.bz2"
+ mirror "https://mirrors.kernel.org/debian/pool/main/l/links2/links2_2.9.orig.tar.bz2"
+ sha256 "4360ead54d5f41da16b2f4c0033317ca775f40c1e658a29e9e7f8ce4bc23878f"
bottle do
cellar :any
@@ -16,9 +13,9 @@ class Links < Formula
depends_on "pkg-config" => :build
depends_on "openssl"
- depends_on :x11 => :optional
depends_on "libtiff" => :optional
depends_on "jpeg" => :optional
+ depends_on :x11 => :optional
def install
args = %W[
@@ -38,6 +35,6 @@ class Links < Formula
end
test do
- system "#{bin}/links", "https://duckduckgo.com"
+ system bin/"links", "https://duckduckgo.com"
end
end