aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lft.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/lft.rb b/Library/Formula/lft.rb
index 1d6502cc0..4baf32fe8 100644
--- a/Library/Formula/lft.rb
+++ b/Library/Formula/lft.rb
@@ -1,9 +1,9 @@
-require 'formula'
+require "formula"
class Lft < Formula
- homepage 'http://pwhois.org/lft/'
- url 'http://pwhois.org/dl/index.who?file=lft-3.36.tar.gz'
- sha1 'f70a35b8340c1e0ff2a3435ec982e16bca3a0413'
+ homepage "http://pwhois.org/lft/"
+ url "http://pwhois.org/dl/index.who?file=lft-3.73.tar.gz"
+ sha1 "c5a37bef74d7466d5202ee8136acc3213711252e"
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"