aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
Diffstat (limited to 'ports')
-rw-r--r--ports/z3/portfile.cmake4
-rw-r--r--ports/z3/vcpkg.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/z3/portfile.cmake b/ports/z3/portfile.cmake
index 34c2429b6..aab0d9b88 100644
--- a/ports/z3/portfile.cmake
+++ b/ports/z3/portfile.cmake
@@ -7,8 +7,8 @@ vcpkg_add_to_path("${PYTHON2_DIR}")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Z3Prover/z3
- REF 517d907567f4283ad8b48ff9c2a3f6dce838569e # z3-4.8.10
- SHA512 5102f8c5fb988e93c586fa288267e4803d31a9cd0e2dbc7ce836a33b297cdbc9f3428933d0304ef4cef86812c7b9a6d000094cc13b3ed23ab0712dcc3d4677a8
+ REF z3-4.8.12
+ SHA512 0B377923BDAFFACA1846AA2ABD61003BBECADFCDFC908ED3097D0AAC8F32028AC39D93FB4A9C2E2C2BFFFBDBEE80AA415875F17DE6C2EE2AE8E2B7921F788C6E
HEAD_REF master
PATCHES fix-install-path.patch
)
diff --git a/ports/z3/vcpkg.json b/ports/z3/vcpkg.json
index 41101a650..3020f60f7 100644
--- a/ports/z3/vcpkg.json
+++ b/ports/z3/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "z3",
- "version-semver": "4.8.10",
+ "version": "4.8.12",
"description": "Z3 is a theorem prover from Microsoft Research",
"homepage": "https://github.com/Z3Prover/z3",
"supports": "!uwp"