eprover 1.6

Closes Homebrew/homebrew#13976.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Brett Koonce 2012-08-04 22:28:05 -05:00 committed by Adam Vandenberg
parent 55674c9fde
commit 43e3d90259

View file

@ -2,9 +2,9 @@ require 'formula'
class Eprover < Formula
homepage 'http://www4.informatik.tu-muenchen.de/~schulz/E/E.html'
url 'http://www4.in.tum.de/~schulz/WORK/E_DOWNLOAD/V_1.4/E.tgz'
version '1.4'
md5 '4da7b0c06dddd96ce8ffeb77462d7f77'
url 'http://www4.in.tum.de/~schulz/WORK/E_DOWNLOAD/V_1.6/E.tgz'
version '1.6'
sha1 'd70add47b1a71ee2139d7e56a9118483dfc79ff5'
def install
system "./configure", "--bindir=#{bin}", "--man-prefix=#{man}"