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:
parent
d4192509bc
commit
98e944db48
1 changed files with 2 additions and 2 deletions
|
@ -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+'
|
||||
|
|
Loading…
Reference in a new issue