Updated gerbv formula to version 2.5.0

Simple update from version 2.4.0 to 2.5.0. Changed the MD5 and the url.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Severin Smith 2011-02-08 14:52:16 -05:00 committed by Adam Vandenberg
parent d4192509bc
commit 98e944db48

View file

@ -1,9 +1,9 @@
require 'formula'
class Gerbv <Formula
url 'http://downloads.sourceforge.net/project/gerbv/gerbv/gerbv-2.4.0/gerbv-2.4.0.tar.gz'
url 'http://downloads.sourceforge.net/project/gerbv/gerbv/gerbv-2.5.0/gerbv-2.5.0.tar.gz'
homepage 'http://gerbv.gpleda.org/'
md5 '56431417df2d246db87e225783097d75'
md5 '633a55473f62b96fff302ed1ed52c88e'
depends_on 'pkg-config' => :build
depends_on 'gtk+'