[catch2] Fix missing # in portfile.cmake. (#24705)

This commit is contained in:
Billy O'Neal 2022-05-13 12:48:28 -07:00 committed by GitHub
parent 6be82cfac6
commit ad06b4e869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 3 deletions

View File

@ -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
)

View File

@ -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",

View File

@ -1274,7 +1274,7 @@
},
"catch2": {
"baseline": "2.13.9",
"port-version": 0
"port-version": 1
},
"cccapstone": {
"baseline": "9b4128ee1153e78288a1b5433e2c06a0d47a4c4e",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ed81e9ef2d6ef2020605ec6ba1092a2ab631305a",
"version-semver": "2.13.9",
"port-version": 1
},
{
"git-tree": "6cc0b5f2cef9c98ad5c3152ebfbe85f1b9baceed",
"version-semver": "2.13.9",