diff options
| author | chausner <15180557+chausner@users.noreply.github.com> | 2021-09-28 05:51:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 20:51:56 -0700 |
| commit | 261103472f2dfd9ba5c6774d53a102ee27e8a677 (patch) | |
| tree | b703713de0cbb9f21aa99ba0d94e6d8f0f635e23 /ports | |
| parent | 56f6ec6c111c4362c457e96c51d31f9711da5002 (diff) | |
| download | vcpkg-261103472f2dfd9ba5c6774d53a102ee27e8a677.tar.gz vcpkg-261103472f2dfd9ba5c6774d53a102ee27e8a677.zip | |
[z3] Update to 4.8.12 (#20348)
* Update z3 to 4.8.12
* Update CI baseline
* Change version-semver to version
* Update git-tree hash
* Update z3.json
Co-authored-by: chausner <chausner@users.noreply.github.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/z3/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/z3/vcpkg.json | 2 |
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" |
