gpsbabel 1.4.3

Closes Homebrew/homebrew#11549.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
patrick 2012-04-10 10:51:03 +02:00 committed by Jack Nagel
parent 65578c8d06
commit 181c617372
1 changed files with 4 additions and 2 deletions

View File

@ -1,9 +1,11 @@
require 'formula'
class Gpsbabel < Formula
url 'http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/gpsbabel-1.4.2.tar.gz'
homepage 'http://www.gpsbabel.org'
md5 '76ea9f7852be2e98aa18976c4697ca93'
# revision 4154 is version 1.4.3
url 'http://gpsbabel.googlecode.com/svn/trunk/gpsbabel', :revision => '4154'
version '1.4.3'
head 'http://gpsbabel.googlecode.com/svn/trunk/gpsbabel'
depends_on 'libusb'