Skip to content

Commit 534f2c4

Browse files
cppcheck: update to 2.21.0 (#85)
1 parent 3a1b4d1 commit 534f2c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cppcheck/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
55
cd "$DIR"
66

7-
VERSION="2.16.0"
7+
VERSION="2.21.0"
88
INSTALL_DIR="$DIR/cppcheck/install"
99

1010
NJOBS="$(nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 2)"

cppcheck/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cppcheck"
7-
version = "2.16.0"
7+
version = "2.21.0"
88
description = "Cppcheck static analysis tool"
99
requires-python = ">=3.8"
1010

0 commit comments

Comments
 (0)