diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gqlplus.rb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/gqlplus.rb b/Library/Formula/gqlplus.rb index 39bc3a2ea..bf9b10b09 100644 --- a/Library/Formula/gqlplus.rb +++ b/Library/Formula/gqlplus.rb @@ -2,11 +2,13 @@ require 'formula' class Gqlplus < Formula homepage 'http://gqlplus.sourceforge.net/' - url 'http://downloads.sourceforge.net/project/gqlplus/gqlplus/1.12/gqlplus-1.12.tar.gz' - sha1 '95bb0085555af94b48bad924d9e7027c9bc3cb93' + url 'http://downloads.sourceforge.net/project/gqlplus/gqlplus/1.15/gqlplus-1.15.tar.gz' + sha1 '6ae3ecda0259656d6001ce5d9f956067aa720dec' + + depends_on 'readline' def install - system "./configure", "--disable-debug", "--disable-dependency-tracking", + system "./configure","--disable-dependency-tracking", "--prefix=#{prefix}" system "make" bin.install "gqlplus" |
