Compare commits

..

1 Commits

Author SHA1 Message Date
Adeeb Shihadeh
71d4d1d3a1 downgrade cppcheck to 2.16.0 (#12) 2026-02-23 11:47:16 -08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ set -e
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
cd "$DIR"
VERSION="2.19.1"
VERSION="2.16.0"
INSTALL_DIR="$DIR/cppcheck/install"
# Idempotent: skip if already built

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "cppcheck"
version = "2.19.1"
version = "2.16.0"
description = "Cppcheck static analysis tool"
requires-python = ">=3.8"