Skip to content

Commit 649b8ad

Browse files
chore(port): update threeal/checkwarning.cmake to v3 (#200)
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
1 parent e5e6e49 commit 649b8ad

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

ports/checkwarning-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-
1abbbdda06c54bcc860b8fa4230ba3019450361c8dce099f90d63c4526274507b72c5384bbadc359ce9b6d9c51ba9e00a47f92bd14c943b9ca69b57b4a57546c
9+
d30ee36f4bfd730845bc944a6b3817af2278ca83fe8fd85c1988d03c961068a13682c964e35be3b808322a347c1c890c9946f3a11d536200e28d4e7c4020bf07
1010
)
1111

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

ports/checkwarning-cmake/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "checkwarning-cmake",
3-
"version": "2.1.1",
3+
"version": "3.0.0",
44
"description": "Check for compiler warnings in your CMake project.",
55
"homepage": "https://github.com/threeal/CheckWarning.cmake",
66
"license": "MIT",

versions/baseline.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"port-version": 0
1414
},
1515
"checkwarning-cmake": {
16-
"baseline": "2.1.1",
16+
"baseline": "3.0.0",
1717
"port-version": 0
1818
},
1919
"cmake-conan": {

versions/c-/checkwarning-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": "ce9966adb89da79ad1b2816bc20379629849ce02",
5+
"version": "3.0.0",
6+
"port-version": 0
7+
},
38
{
49
"git-tree": "0cc212fa77c7e273810d15c3737e66d42ef9c1d8",
510
"version": "2.1.1",

0 commit comments

Comments
 (0)