diff --git a/ports/catch2/portfile.cmake b/ports/catch2/portfile.cmake index 57d8480f25b9df..e5075636280112 100644 --- a/ports/catch2/portfile.cmake +++ b/ports/catch2/portfile.cmake @@ -6,7 +6,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO catchorg/Catch2 REF v${VERSION} - SHA512 09c728a04d69b0692d6e2f7ceb5889dc69309406c27f7f2b5d383245a5357657c5540dd64a7a4a6e19388bda68105002425286468578b69b20e3a75366871ce2 + SHA512 4f577da378c9fa7c205abc145b92f8b81a998274c2e5a08fce233cd43326a6ae30645379e2c3e32abca21c2168a298fd4690893a13d65733d8bd1e7b19fefea8 HEAD_REF devel PATCHES fix-install-path.patch diff --git a/ports/catch2/vcpkg.json b/ports/catch2/vcpkg.json index 29b887d6bb6437..0bf27a2ad341e9 100644 --- a/ports/catch2/vcpkg.json +++ b/ports/catch2/vcpkg.json @@ -1,6 +1,6 @@ { "name": "catch2", - "version-semver": "3.6.0", + "version-semver": "3.7.0", "description": "A modern, C++-native, test framework for unit-tests, TDD and BDD.", "homepage": "https://github.com/catchorg/Catch2", "license": "BSL-1.0", diff --git a/versions/baseline.json b/versions/baseline.json index 9b7ddcb69c3cef..ff77db5d16adae 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1513,7 +1513,7 @@ "port-version": 2 }, "catch2": { - "baseline": "3.6.0", + "baseline": "3.7.0", "port-version": 0 }, "cblas": { diff --git a/versions/c-/catch2.json b/versions/c-/catch2.json index 316586d9837801..f794c424789bb3 100644 --- a/versions/c-/catch2.json +++ b/versions/c-/catch2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9070b97a2de0f4d50fbfa7a97602d667afacb50d", + "version-semver": "3.7.0", + "port-version": 0 + }, { "git-tree": "f61acaeefdf6127fa878f7192fc109fa8e1a0135", "version-semver": "3.6.0",