z3: update to 4.12.0.

This commit is contained in:
Leah Neukirchen 2023-01-16 23:22:46 +01:00
parent 48dabfa867
commit c0a05b0877

View File

@ -1,7 +1,7 @@
# Template file for 'z3'
pkgname=z3
version=4.11.2
revision=2
version=4.12.0
revision=1
build_style=configure
configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"
make_build_args="-C build all examples"
@ -14,7 +14,7 @@ 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=e3a82431b95412408a9c994466fad7252135c8ed3f719c986cd75c8c5f234c7e
checksum=5f575f0a3950760436217da1cc1a714569b6d4f664a75bb6775876328cf0a580
build_options="ocaml"
desc_option_ocaml="Enable support for OCaml bindings"