z3: update to 4.8.10.

This commit is contained in:
Leah Neukirchen 2021-01-21 10:38:14 +01:00
parent a0e7d8cef3
commit 9cc0e93703

View file

@ -1,7 +1,7 @@
# Template file for 'z3' # Template file for 'z3'
pkgname=z3 pkgname=z3
version=4.8.9 version=4.8.10
revision=2 revision=1
wrksrc="${pkgname}-${pkgname}-${version}" wrksrc="${pkgname}-${pkgname}-${version}"
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)"
@ -15,7 +15,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=c9fd04b9b33be74fffaac3ec2bc2c320d1a4cc32e395203c55126b12a14ff3f4 checksum=12cce6392b613d3133909ce7f93985d2470f0d00138837de06cf7eb2992886b4
build_options="ocaml" build_options="ocaml"
desc_option_ocaml="Enable support for OCaml bindings" desc_option_ocaml="Enable support for OCaml bindings"