eprover 1.6
Closes Homebrew/homebrew#13976. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
55674c9fde
commit
43e3d90259
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
||||||
|
|
||||||
class Eprover < Formula
|
class Eprover < Formula
|
||||||
homepage 'http://www4.informatik.tu-muenchen.de/~schulz/E/E.html'
|
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'
|
url 'http://www4.in.tum.de/~schulz/WORK/E_DOWNLOAD/V_1.6/E.tgz'
|
||||||
version '1.4'
|
version '1.6'
|
||||||
md5 '4da7b0c06dddd96ce8ffeb77462d7f77'
|
sha1 'd70add47b1a71ee2139d7e56a9118483dfc79ff5'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--bindir=#{bin}", "--man-prefix=#{man}"
|
system "./configure", "--bindir=#{bin}", "--man-prefix=#{man}"
|
||||||
|
|
Loading…
Reference in a new issue