diff options
| author | Adam Vandenberg | 2013-11-30 12:11:29 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-30 12:11:29 -0800 |
| commit | 2b8873015eb4336b0a6bb6f2d08068108e966b81 (patch) | |
| tree | 65dc8aba6c1ef37c03d67cc7caff790812d8b956 /Library | |
| parent | d943c3e711357d31eaa8837b33b4895a247dd4bb (diff) | |
| download | homebrew-2b8873015eb4336b0a6bb6f2d08068108e966b81.tar.bz2 | |
gqlplus 1.15
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" |
