downgrade cppcheck to 2.16.0 (#12)

This commit is contained in:
Adeeb Shihadeh
2026-02-23 11:47:16 -08:00
committed by GitHub
parent f117a0e60d
commit 71d4d1d3a1
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)" DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null && pwd)"
cd "$DIR" cd "$DIR"
VERSION="2.19.1" VERSION="2.16.0"
INSTALL_DIR="$DIR/cppcheck/install" INSTALL_DIR="$DIR/cppcheck/install"
# Idempotent: skip if already built # Idempotent: skip if already built

View File

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