Updated formula: glpk 4.42

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Michelangelo Altamore 2010-01-20 18:54:17 +01:00 committed by Adam Vandenberg
parent 009ca143e9
commit 28096c95e1
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
require 'formula'
class Glpk <Formula
url 'http://ftp.gnu.org/gnu/glpk/glpk-4.39.tar.gz'
url 'http://ftp.gnu.org/gnu/glpk/glpk-4.42.tar.gz'
homepage 'http://www.gnu.org/software/glpk/'
md5 '95f276ef6c94c6de1eb689f161f525f3'
md5 '9091a60c4c44a16a149375f7a6cce158'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"