diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/lynx.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/lynx.rb b/Library/Formula/lynx.rb index f0d791454..5b1b42e04 100644 --- a/Library/Formula/lynx.rb +++ b/Library/Formula/lynx.rb @@ -1,10 +1,10 @@ -require 'formula' +require "formula" class Lynx < Formula - homepage 'http://lynx.isc.org/release/' - url 'http://lynx.isc.org/current/lynx2.8.8rel.2.tar.bz2' - version '2.8.8rel.2' - sha1 '65bbf95627c88723bbb5880155e5fe01c2753d0c' + homepage "http://lynx.isc.org/release/" + url "http://lynx.isc.org/current/lynx2.8.8rel.2.tar.bz2" + version "2.8.8rel.2" + sha1 "65bbf95627c88723bbb5880155e5fe01c2753d0c" revision 1 bottle do @@ -25,10 +25,10 @@ class Lynx < Formula "--with-bzlib", "--with-ssl=#{Formula["openssl"].opt_prefix}", "--enable-ipv6" - system "make install" + system "make", "install" end test do - system "#{bin}/lynx", '-dump', 'http://checkip.dyndns.org' + system "#{bin}/lynx", "-dump", "http://checkip.dyndns.org" end end |
