aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJohnathan Conley2014-05-06 08:54:10 -0500
committerAdam Vandenberg2014-05-06 12:21:06 -0700
commit0584e5aad9a7494d5d490aa6120bd5a20dfd270c (patch)
tree3f0352d8839e323e841da3fd78aca6f23cccd192 /Library
parentc5a87ed3700998dee33530d881dfdab7a3c5f8c4 (diff)
downloadhomebrew-0584e5aad9a7494d5d490aa6120bd5a20dfd270c.tar.bz2
gpsbabel 1.5.0
Closes #29004. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gpsbabel.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/gpsbabel.rb b/Library/Formula/gpsbabel.rb
index 2619b2112..9bb3f68eb 100644
--- a/Library/Formula/gpsbabel.rb
+++ b/Library/Formula/gpsbabel.rb
@@ -2,13 +2,14 @@ require 'formula'
class Gpsbabel < Formula
homepage 'http://www.gpsbabel.org'
- # revision 4199 is version 1.4.4
- url 'http://gpsbabel.googlecode.com/svn/trunk/gpsbabel', :revision => '4199'
- version '1.4.4'
+ # revision 4813 is version 1.5.0
+ url "http://gpsbabel.googlecode.com/svn/trunk/gpsbabel", :revision => "4813"
+ version "1.5.0"
head 'http://gpsbabel.googlecode.com/svn/trunk/gpsbabel'
depends_on 'libusb' => :optional
+ depends_on "qt"
def install
args = ['--disable-debug', '--disable-dependency-tracking',