cppcheck: update to 1.58.
This commit is contained in:
parent
54d6c7b382
commit
1ffb14cd3c
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cppcheck'
|
||||
pkgname=cppcheck
|
||||
version=1.57
|
||||
version=1.58
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_target="all man"
|
||||
|
@ -10,12 +10,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://cppcheck.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=7bdfd4c44db37f6d2e29ab315ea292994bce397b9531e8cfe04d4c2967ed27bc
|
||||
long_desc="
|
||||
Cppcheck is a tool for static C/C++ code analysis, and it tries to
|
||||
detect bugs that your compiler do not see. Checks for: memory leaks,
|
||||
mismatching allocation-deallocation, buffer overrun, and many more.
|
||||
|
||||
Cppcheck is versatile. You can check non-standard code that includes
|
||||
various compiler extensions, inline assembly code, etc. The goal is no
|
||||
false positives."
|
||||
checksum=10130266be2913ba215ac24cf83cbe9e150cfb2b0c319717014c3676721f434f
|
||||
|
|
Loading…
Reference in New Issue