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 | |
| 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>
| -rw-r--r-- | ports/z3/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/z3/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/z-/z3.json | 5 |
4 files changed, 9 insertions, 4 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" diff --git a/versions/baseline.json b/versions/baseline.json index 7a5fa610b..62997b829 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -7149,7 +7149,7 @@ "port-version": 0 }, "z3": { - "baseline": "4.8.10", + "baseline": "4.8.12", "port-version": 0 }, "z85": { diff --git a/versions/z-/z3.json b/versions/z-/z3.json index 8214ff2f6..1f82e94b6 100644 --- a/versions/z-/z3.json +++ b/versions/z-/z3.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "898df3d611ad4a833593adbfd7f2a3b0e686fc2b", + "version": "4.8.12", + "port-version": 0 + }, + { "git-tree": "9c0fdcbcb443a4d0e2b58a1b3b56424e8c2d384c", "version-semver": "4.8.10", "port-version": 0 |
