z3: update to 4.8.6.

This commit is contained in:
Leah Neukirchen 2019-09-21 18:59:30 +02:00
parent 5d3251e8cb
commit 1d8676f186

View file

@ -1,8 +1,8 @@
# Template file for 'z3'
pkgname=z3
version=4.8.5
revision=3
wrksrc="${pkgname}-Z3-${version}"
version=4.8.6
revision=1
wrksrc="${pkgname}-${pkgname}-${version}"
build_style=configure
configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"
make_build_args="-C build all examples"
@ -15,8 +15,8 @@ short_desc="Z3 theorem prover and SMT solver (command line + Python3 module)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/Z3Prover/z3"
distfiles="https://github.com/Z3Prover/z3/archive/Z3-${version}.tar.gz"
checksum=4e8e232887ddfa643adb6a30dcd3743cb2fa6591735fbd302b49f7028cdc0363
distfiles="https://github.com/Z3Prover/z3/archive/z3-${version}.tar.gz"
checksum=37922fa5085170cad6504498d9758fb63c61d5cb5b68689c11a6c5e84f0311b3
build_options="ocaml"
desc_option_ocaml="Enable support for OCaml bindings"