Skip to content

Commit e861e60

Browse files
committed
[catch2] update to 3.9.1
1 parent d30fdf5 commit e861e60

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/catch2/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ vcpkg_from_github(
66
OUT_SOURCE_PATH SOURCE_PATH
77
REPO catchorg/Catch2
88
REF v${VERSION}
9-
SHA512 b215216088dbebf0d590351767e71e7643158b26835e3d6dab8c826d8252c4ab09697dd9eaf37d34ad7fc7cc367846bf501ee9489ba3a407ace00ae5d18268ed
9+
SHA512 bd349f7d2bda67213adb15f858d688591b4c526d31db09d5250358b95d636b347eb99a6600174df75cf5b71058d63db700f5af736fd1d3d1ebda12fadc43bc53
1010
HEAD_REF devel
1111
PATCHES
1212
fix-install-path.patch

ports/catch2/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "catch2",
3-
"version-semver": "3.9.0",
3+
"version-semver": "3.9.1",
44
"description": "A modern, C++-native, test framework for unit-tests, TDD and BDD.",
55
"homepage": "https://github.com/catchorg/Catch2",
66
"license": "BSL-1.0",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1593,7 +1593,7 @@
15931593
"port-version": 2
15941594
},
15951595
"catch2": {
1596-
"baseline": "3.9.0",
1596+
"baseline": "3.9.1",
15971597
"port-version": 0
15981598
},
15991599
"cblas": {

versions/c-/catch2.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"versions": [
3+
{
4+
"git-tree": "bdfb7d2924fcff406f16a0477e4a4ac4c9ed1bb0",
5+
"version-semver": "3.9.1",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "590677ebecf3adb5538800ecf058a35390896fe0",
510
"version-semver": "3.9.0",

0 commit comments

Comments
 (0)