z3: update to 4.13.2.

This commit is contained in:
Leah Neukirchen 2024-09-30 15:23:43 +02:00
parent 13eec921f7
commit 44076a5e82
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'z3'
pkgname=z3
version=4.13.0
revision=2
version=4.13.2
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=01bcc61c8362e37bb89fd2430f7e3385e86df7915019bd2ce45de9d9bd934502
checksum=fd7dc6dd2633074f0a47670d6378b0e5c28c2c26f2b58aa23e9cd7f0bc9ba0dc
build_options="ocaml"
desc_option_ocaml="Enable support for OCaml bindings"