aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-30 12:11:29 -0800
committerAdam Vandenberg2013-11-30 12:11:29 -0800
commit2b8873015eb4336b0a6bb6f2d08068108e966b81 (patch)
tree65dc8aba6c1ef37c03d67cc7caff790812d8b956 /Library/Formula
parentd943c3e711357d31eaa8837b33b4895a247dd4bb (diff)
downloadhomebrew-2b8873015eb4336b0a6bb6f2d08068108e966b81.tar.bz2
gqlplus 1.15
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gqlplus.rb8
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"