From 2b40be68a565c1caaac81dac7a3db826a0802b5f Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 14 Dec 2020 17:13:18 +0100 Subject: [PATCH] cppcheck: update to 2.3. --- srcpkgs/cppcheck/patches/musl.patch | 10 ++++++++++ srcpkgs/cppcheck/template | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 srcpkgs/cppcheck/patches/musl.patch diff --git a/srcpkgs/cppcheck/patches/musl.patch b/srcpkgs/cppcheck/patches/musl.patch new file mode 100644 index 00000000000..8d35414fe9f --- /dev/null +++ b/srcpkgs/cppcheck/patches/musl.patch @@ -0,0 +1,10 @@ +--- cli/filelister.cpp.orig ++++ cli/filelister.cpp +@@ -24,6 +24,7 @@ + + #include + #include ++#include + + #ifdef _WIN32 + diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template index b24d8eff2d7..a5df40e311b 100644 --- a/srcpkgs/cppcheck/template +++ b/srcpkgs/cppcheck/template @@ -1,6 +1,6 @@ # Template file for 'cppcheck' pkgname=cppcheck -version=2.2 +version=2.3 revision=1 build_style=gnu-makefile make_build_args=" @@ -18,7 +18,7 @@ license="GPL-3.0-or-later" homepage="http://cppcheck.sourceforge.net" changelog="https://sourceforge.net/p/cppcheck/news/" distfiles="https://github.com/danmar/cppcheck/archive/${version}.tar.gz" -checksum=ad96290a1842c5934bf9c4268cb270953f3078d4ce33a9a53922d6cb6daf61aa +checksum=3c622628ebf46f68909c7a96743b07b6207894a0772fbe802603732152ab1035 post_install() { vman cppcheck.1