Skip to content

Commit fd19999

Browse files
chore(port): update threeal/assertion-cmake to v2 (#216)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent cc9132a commit fd19999

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/assertion-cmake/portfile.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ vcpkg_from_github(
66
REF
77
v${VERSION}
88
SHA512
9-
7d7c6ed73386099cfbb0a33e569f0eaf801600ec254141cccbe3d13c2fbc80020e029ab47ba5c68f7bfab2b7dc7bfeb103a5dc1e8794b4092dca80ee037553dd
9+
1cf1e7d2f9c7e6e3ee93650a2a4904ea6d980ea075468de3e08350eaeb9c41365f9f0257681606d4544c88b674e1980135e339e0258a87b3034aec9930465d80
1010
)
1111

1212
file(GLOB items ${SOURCE_PATH}/cmake/*)

ports/assertion-cmake/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assertion-cmake",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "A CMake module containing a collection of assertion functions and other utilities for testing CMake code.",
55
"homepage": "https://github.com/threeal/assertion-cmake",
66
"license": "MIT",

versions/a-/assertion-cmake.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": "76d1b1507fa19787ede8bb6a93abd3eed5a3c9d9",
5+
"version": "2.0.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "281ba00c62bf8d4a1db7ee31b49c97cad9f187e0",
510
"version": "1.0.0",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"port-version": 0
1010
},
1111
"assertion-cmake": {
12-
"baseline": "1.0.0",
12+
"baseline": "2.0.0",
1313
"port-version": 0
1414
},
1515
"checkwarning-cmake": {

0 commit comments

Comments
 (0)