[arsenalgear] Update version to 2.1.1 (#41182)

This commit is contained in:
Frank 2024-09-27 15:39:43 +00:00 committed by GitHub
parent 330f444597
commit ce2e9ebb10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 30 additions and 10 deletions

View File

@ -0,0 +1,13 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e5a01e7..ce1fa4f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -47,7 +47,7 @@ endif()
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${COMPILE_FLAGS}" )
# Adding cppcheck properties
-if( CMAKE_BUILD_TYPE STREQUAL "Debug" )
+if(0)
set( cppcheck cppcheck "--enable=warning" "--inconclusive" "--force" "--inline-suppr" )
set_target_properties( arsenalgear PROPERTIES CXX_CPPCHECK ${cppcheck})
endif()

View File

@ -3,8 +3,10 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO JustWhit3/arsenalgear-cpp
REF "v${VERSION}"
SHA512 27f2979da2d75851d5f8a63868d49b2f5b82064477a1c816667aaf0283e87f854712ab4aa473a3ef36c6ff895bb781c3b095ff617bf134051531aee9b8f03fd3
SHA512 fd7a9029b74483dce4bac331b61fc76b3b7d2d9cf2cc43e45b3c7f1c3f458ccb3ca9cae779896a16cadf7fe6730db96ec3fa8a49972f8822b86b3f085d19fc71
HEAD_REF main
PATCHES
disable-cppcheck.patch
)
# Main commands

View File

@ -1,6 +1,6 @@
{
"name": "arsenalgear",
"version": "2.1.0",
"version": "2.1.1",
"description": "A library containing general purpose C++ utils.",
"homepage": "https://github.com/JustWhit3/arsenalgear-cpp",
"license": "MIT",

View File

@ -1,9 +1,14 @@
{
"versions": [
{
"git-tree": "a84d69248b9378514cab7ebc7d7a8901ee579542",
"version": "2.1.0",
"port-version": 0
}
]
"versions": [
{
"git-tree": "92095c99ebc06217b1ba3d01ac35e7826b1d9391",
"version": "2.1.1",
"port-version": 0
},
{
"git-tree": "a84d69248b9378514cab7ebc7d7a8901ee579542",
"version": "2.1.0",
"port-version": 0
}
]
}

View File

@ -249,7 +249,7 @@
"port-version": 0
},
"arsenalgear": {
"baseline": "2.1.0",
"baseline": "2.1.1",
"port-version": 0
},
"ashes": {