Skip to content

Commit

Permalink
user/cppcheck: update to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xunil-cloud committed Oct 29, 2024
1 parent 53baf78 commit d7cee7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user/cppcheck/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "cppcheck"
pkgver = "2.15.0"
pkgver = "2.16.0"
pkgrel = 0
build_style = "cmake"
configure_args = [
Expand Down Expand Up @@ -31,7 +31,7 @@
license = "GPL-3.0-or-later"
url = "https://cppcheck.sourceforge.io"
source = f"https://github.com/danmar/cppcheck/archive/refs/tags/{pkgver}.tar.gz"
sha256 = "98bcc40ac8062635b492fb096d7815376a176ae26749d6c708083f4637f7c0bb"
sha256 = "f1a97c8cef5ee9d0abb57e9244549d4fe18d4ecac80cf82e250d1fc5f38b1501"
# TestSymbolDatabase::enum14 test failed
# (0x7FFFFFFFFFFFFFFF + 1 cause signed overflow)
hardening = ["!int"]
Expand Down

0 comments on commit d7cee7c

Please sign in to comment.