z3: update to 4.12.4.

This commit is contained in:
Leah Neukirchen 2023-12-08 16:44:06 +01:00
parent 39d06960d3
commit 0e5d2c87d0

View File

@ -1,7 +1,7 @@
# Template file for 'z3'
pkgname=z3
version=4.12.2
revision=2
version=4.12.4
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=9f58f3710bd2094085951a75791550f547903d75fe7e2fcb373c5f03fc761b8f
checksum=25e9b18d04ee22f1d872dfe0daaf4c39034744525214e34fedd206e25140e96e
build_options="ocaml"
desc_option_ocaml="Enable support for OCaml bindings"