diff --git a/ports/catch2/portfile.cmake b/ports/catch2/portfile.cmake index f4c9abc30c..6e32b3877d 100644 --- a/ports/catch2/portfile.cmake +++ b/ports/catch2/portfile.cmake @@ -1,10 +1,10 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO catchorg/Catch2 - REF 62fd660583d3ae7a7886930b413c3c570e89786c v2.13.9 + REF 62fd660583d3ae7a7886930b413c3c570e89786c # v2.13.9 SHA512 70805a37183917bc1534899dec828f786bc5e60c5742364b700b02d4965aba6ac7d03d98218275c07854f963bf80bdf3f0f26f3c90d12882520b078638d5c703 HEAD_REF devel - PATCHES + PATCHES fix-install-path.patch ) diff --git a/ports/catch2/vcpkg.json b/ports/catch2/vcpkg.json index 8aa91edf9f..cae923ef38 100644 --- a/ports/catch2/vcpkg.json +++ b/ports/catch2/vcpkg.json @@ -1,6 +1,7 @@ { "name": "catch2", "version-semver": "2.13.9", + "port-version": 1, "description": "A modern, header-only test framework for unit testing.", "homepage": "https://github.com/catchorg/Catch2", "license": "BSL-1.0", diff --git a/versions/baseline.json b/versions/baseline.json index bef0ab7a3d..23144ee175 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1274,7 +1274,7 @@ }, "catch2": { "baseline": "2.13.9", - "port-version": 0 + "port-version": 1 }, "cccapstone": { "baseline": "9b4128ee1153e78288a1b5433e2c06a0d47a4c4e", diff --git a/versions/c-/catch2.json b/versions/c-/catch2.json index faa75d401e..a7869358e9 100644 --- a/versions/c-/catch2.json +++ b/versions/c-/catch2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ed81e9ef2d6ef2020605ec6ba1092a2ab631305a", + "version-semver": "2.13.9", + "port-version": 1 + }, { "git-tree": "6cc0b5f2cef9c98ad5c3152ebfbe85f1b9baceed", "version-semver": "2.13.9",