swi-prolog 6.0.2
Closes Homebrew/homebrew#11612. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
3f4dac3a6c
commit
0fac4da973
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class SwiProlog < Formula
|
||||
homepage 'http://www.swi-prolog.org/'
|
||||
url 'http://www.swi-prolog.org/download/stable/src/pl-6.0.0.tar.gz'
|
||||
sha256 '85591936c8b6af610b1a9960924e6e4eaf5abccf253749a15355ad79a9e80de9'
|
||||
url 'http://www.swi-prolog.org/download/stable/src/pl-6.0.2.tar.gz'
|
||||
sha256 '9dbc4d3aef399204263f168583e54468078528bff75c48c7895ae3efe5499b75'
|
||||
head 'git://www.swi-prolog.org/home/pl/git/pl.git'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
|
|
Loading…
Reference in a new issue