mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 08:41:37 +08:00
[catch2] update to v2.13.8 (#22310)
* [catch2] update to v2.13.8 * update versions
This commit is contained in:
parent
2e18a52428
commit
719254050a
@ -1,8 +1,8 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO catchorg/Catch2
|
REPO catchorg/Catch2
|
||||||
REF v2.13.7
|
REF v2.13.8
|
||||||
SHA512 1c3cbdecc6a3b59360a97789c4784d79d027e1b63bdc42b0e152c3272f7bad647fcd1490aa5caf67f968a6311dc9624b5a70d5eb3fbc1d5179d520e09b76c9ed
|
SHA512 68a45efa47beb3c85d2d7b8a8eba89b8ec1664b4a72bb223227fef1632778aeaf5cf5cc09f40e47aef50426c8661c7d6a69c2dab0b88fbbf7d9a6b2974d6e32e
|
||||||
HEAD_REF devel
|
HEAD_REF devel
|
||||||
PATCHES
|
PATCHES
|
||||||
fix-install-path.patch
|
fix-install-path.patch
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "catch2",
|
"name": "catch2",
|
||||||
"version-semver": "2.13.7",
|
"version-semver": "2.13.8",
|
||||||
"port-version": 2,
|
|
||||||
"description": "A modern, header-only test framework for unit testing.",
|
"description": "A modern, header-only test framework for unit testing.",
|
||||||
"homepage": "https://github.com/catchorg/Catch2",
|
"homepage": "https://github.com/catchorg/Catch2",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -1253,8 +1253,8 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"catch2": {
|
"catch2": {
|
||||||
"baseline": "2.13.7",
|
"baseline": "2.13.8",
|
||||||
"port-version": 2
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"cccapstone": {
|
"cccapstone": {
|
||||||
"baseline": "9b4128ee1153e78288a1b5433e2c06a0d47a4c4e",
|
"baseline": "9b4128ee1153e78288a1b5433e2c06a0d47a4c4e",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "b58473cdc953ae1d09f30f0ba1e641c6cc34719f",
|
||||||
|
"version-semver": "2.13.8",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "0660c4bbbe5bb0f8a605f956ae7d16f055e0e8c3",
|
"git-tree": "0660c4bbbe5bb0f8a605f956ae7d16f055e0e8c3",
|
||||||
"version-semver": "2.13.7",
|
"version-semver": "2.13.7",
|
||||||
|
Loading…
Reference in New Issue
Block a user