cppcheck: update to 2.3.

This commit is contained in:
Duncaen 2020-12-14 17:13:18 +01:00
parent 63e8d2ce3a
commit 2b40be68a5
No known key found for this signature in database
GPG key ID: 335C1D17EC3D6E35
2 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,10 @@
--- cli/filelister.cpp.orig
+++ cli/filelister.cpp
@@ -24,6 +24,7 @@
#include <cstddef>
#include <cstring>
+#include <limits.h>
#ifdef _WIN32

View file

@ -1,6 +1,6 @@
# Template file for 'cppcheck' # Template file for 'cppcheck'
pkgname=cppcheck pkgname=cppcheck
version=2.2 version=2.3
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_build_args=" make_build_args="
@ -18,7 +18,7 @@ license="GPL-3.0-or-later"
homepage="http://cppcheck.sourceforge.net" homepage="http://cppcheck.sourceforge.net"
changelog="https://sourceforge.net/p/cppcheck/news/" changelog="https://sourceforge.net/p/cppcheck/news/"
distfiles="https://github.com/danmar/cppcheck/archive/${version}.tar.gz" distfiles="https://github.com/danmar/cppcheck/archive/${version}.tar.gz"
checksum=ad96290a1842c5934bf9c4268cb270953f3078d4ce33a9a53922d6cb6daf61aa checksum=3c622628ebf46f68909c7a96743b07b6207894a0772fbe802603732152ab1035
post_install() { post_install() {
vman cppcheck.1 vman cppcheck.1