z3: update to 4.15.2.

This commit is contained in:
Leah Neukirchen 2025-06-30 16:25:35 +02:00
parent df38179268
commit 148f9501d3

View file

@ -1,6 +1,6 @@
# Template file for 'z3' # Template file for 'z3'
pkgname=z3 pkgname=z3
version=4.15.1 version=4.15.2
revision=1 revision=1
build_style=configure build_style=configure
configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)" configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)"
@ -14,7 +14,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT" license="MIT"
homepage="https://github.com/Z3Prover/z3" homepage="https://github.com/Z3Prover/z3"
distfiles="https://github.com/Z3Prover/z3/archive/z3-${version}.tar.gz" distfiles="https://github.com/Z3Prover/z3/archive/z3-${version}.tar.gz"
checksum=ebf6eed5f2cb217d62abddaa94526189ae40bf3c415fb9c2e2128e099f16fda0 checksum=3486bf5b35b185981cab0b0a81f870547648a1ca433085aa79afd17c44959751
build_options="ocaml" build_options="ocaml"
desc_option_ocaml="Enable support for OCaml bindings" desc_option_ocaml="Enable support for OCaml bindings"