cppcheck: update to 1.57.
This commit is contained in:
parent
9312b5a845
commit
8cf149f288
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'cppcheck'
|
||||
pkgname=cppcheck
|
||||
version=1.56
|
||||
version=1.57
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_target="all man"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://cppcheck.sourceforge.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=2cbd3e1bbf3ac0779e4859de78ef614ea172cea6108db6d369533c3b30b54de0
|
||||
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,
|
||||
|
|
Loading…
Reference in a new issue