Skip to content

Commit

Permalink
build: update cppcheck version
Browse files Browse the repository at this point in the history
  • Loading branch information
Planeshifter committed Oct 15, 2024
1 parent 1dbc440 commit 319da6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions deps/checksums/cppcheck_v2_15_0_tar_gz/sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
98bcc40ac8062635b492fb096d7815376a176ae26749d6c708083f4637f7c0bb
1 change: 1 addition & 0 deletions deps/checksums/cppcheck_v2_15_0_zip/sha256
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
44f661e138065b7001afd544bffbe0e028a20e4c1de05d27daa658c99df2026b
2 changes: 1 addition & 1 deletion tools/make/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ DEPS_SHELLCHECK_ARCH := $(shell command -v $(NODE) >/dev/null 2>&1 && $(NODE_HOS
DEPS_SHELLCHECK_PLATFORM := $(shell command -v $(NODE) >/dev/null 2>&1 && $(NODE_HOST_PLATFORM))

# Define the cppcheck version:
DEPS_CPPCHECK_VERSION ?= 2.9
DEPS_CPPCHECK_VERSION ?= 2.15.0

# Generate a version slug:
deps_cppcheck_version_slug := $(subst .,_,$(DEPS_CPPCHECK_VERSION))
Expand Down

0 comments on commit 319da6e

Please sign in to comment.