Compare commits
1 Commits
cppcheck/v
...
cppcheck/v
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
71d4d1d3a1 |
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user