Skip to content

Commit

Permalink
chore(port): update threeal/checkwarning.cmake to v3.1.0 (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and renovate[bot] authored Oct 7, 2024
1 parent 7a663ef commit a612428
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/checkwarning-cmake/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
REF
v${VERSION}
SHA512
6a1f2e9c9cdddb15d2afdd1016d0b84b3a740fbb84a78afb30615b801f302aa04771f7535fddbf4f68df07ac1d85dd4668c907d226db8986014a5311b472b21a
8b577ee0ef60d913f291892ee43ded0dfadf21113308c5f3d66f08021374bb17de55a0ddd4e932fb2feaad1ffd70521d8309d357613ae9f6e0c0ece143f06533
)

file(GLOB items ${SOURCE_PATH}/cmake/*)
Expand Down
2 changes: 1 addition & 1 deletion ports/checkwarning-cmake/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "checkwarning-cmake",
"version": "3.0.1",
"version": "3.1.0",
"description": "Check for compiler warnings in your CMake project.",
"homepage": "https://github.com/threeal/CheckWarning.cmake",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"port-version": 0
},
"checkwarning-cmake": {
"baseline": "3.0.1",
"baseline": "3.1.0",
"port-version": 0
},
"cmake-conan": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/checkwarning-cmake.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "449d7b379310ee37da04ecce90c61ed341fc14c4",
"version": "3.1.0",
"port-version": 0
},
{
"git-tree": "bc6473bfabdbe6fdae3be4320e7043c340013a26",
"version": "3.0.1",
Expand Down

0 comments on commit a612428

Please sign in to comment.