From 8cabd1eda675d34e8e623133fa2012cecb11b879 Mon Sep 17 00:00:00 2001
From: Michael Gehring <mg@ebfe.org>
Date: Mon, 6 Jun 2016 08:44:22 +0200
Subject: [PATCH] cppcheck: update to 1.74.

---
 srcpkgs/cppcheck/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/cppcheck/template b/srcpkgs/cppcheck/template
index bc0d80fc89b..141f00f2a58 100644
--- a/srcpkgs/cppcheck/template
+++ b/srcpkgs/cppcheck/template
@@ -1,6 +1,6 @@
 # Template file for 'cppcheck'
 pkgname=cppcheck
-version=1.73
+version=1.74
 revision=1
 hostmakedepends="libxslt docbook-xsl"
 short_desc="Static analysis of C/C++ code"
@@ -8,17 +8,17 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
 license="GPL-2"
 homepage="http://cppcheck.sourceforge.net"
 distfiles="https://github.com/danmar/cppcheck/archive/$version.tar.gz"
-checksum=938d792c9399233b551bd9991d6842f353fa8dad973d5e457b78be66646c8b8f
+checksum=a7f9657bf458190ea1c994b95333d31d09420198ad8cd010c05d2194cc547fa0
 
 CXXFLAGS="-std=c++11"
 
 do_build() {
-        make ${makejobs} CFGDIR=/usr/share/cppcheck/cfg
-        make ${makejobs} DB2MAN=/usr/share/xsl/docbook/manpages/docbook.xsl all man
+	make ${makejobs} CFGDIR=/usr/share/cppcheck/cfg
+	make ${makejobs} DB2MAN=/usr/share/xsl/docbook/manpages/docbook.xsl all man
 }
 do_install() {
-        make DESTDIR=${DESTDIR} CFGDIR=/usr/share/cppcheck/cfg install
-        vman cppcheck.1
-        vmkdir usr/share/${pkgname}
-        vcopy cfg/ usr/share/${pkgname}/cfg
+	make DESTDIR=${DESTDIR} CFGDIR=/usr/share/cppcheck/cfg install
+	vman cppcheck.1
+	vmkdir usr/share/${pkgname}
+	vcopy cfg/ usr/share/${pkgname}/cfg
 }