cppcheck: update to 1.82

This commit is contained in:
Svyatoslav Mishyn 2018-01-15 13:24:41 +02:00
parent a8312eafc6
commit 3e72fcb5da
No known key found for this signature in database
GPG Key ID: 03A357820C977B78
4 changed files with 9 additions and 6 deletions

View File

@ -5,6 +5,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cppcheck-htmlreport
-rwxr-xr-x root/root usr/bin/cppcheckdata.py
-rwxr-xr-x root/root usr/bin/findcasts.py
-rwxr-xr-x root/root usr/bin/misra.py
-rwxr-xr-x root/root usr/bin/naming.py
-rwxr-xr-x root/root usr/bin/threadsafety.py
-rwxr-xr-x root/root usr/bin/y2038.py
@ -14,6 +15,8 @@ drwxr-xr-x root/root usr/share/cppcheck/cfg/
-rw-r--r-- root/root usr/share/cppcheck/cfg/avr.cfg
-rw-r--r-- root/root usr/share/cppcheck/cfg/bsd.cfg
-rw-r--r-- root/root usr/share/cppcheck/cfg/cppcheck-cfg.rng
-rw-r--r-- root/root usr/share/cppcheck/cfg/cppcheck-lib.cfg
-rw-r--r-- root/root usr/share/cppcheck/cfg/embedded_sql.cfg
-rw-r--r-- root/root usr/share/cppcheck/cfg/gnu.cfg
-rw-r--r-- root/root usr/share/cppcheck/cfg/gtk.cfg
-rw-r--r-- root/root usr/share/cppcheck/cfg/microsoft_sal.cfg

View File

@ -1 +1 @@
186ceb32d102362df83f9008f8a1499c cppcheck-1.81.tar.gz
80f7b8a0612f39efd18344d84e8a45e0 cppcheck-1.82.tar.gz

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3+AtRz0JCJH9itYQTWXt0rdEKugTvE7uwinlHK4ilmni5Pco0gIvciv/HlmCjLpIHcSJDIalxPpUk6XIjAHwZAI=
SHA256 (Pkgfile) = b168090f5c3bcd3c557c80395cf28f09c221df5de98c08af14331b53cc1bc5da
SHA256 (.footprint) = 26468d7ddbc7a99ba4ac7e59379c5ac947018bf2b7249ef63b5398f43337fef2
SHA256 (cppcheck-1.81.tar.gz) = 12396eee334b22bf3aa3d629d483f27f287125348b97586dfd4da87b26ae2a56
RWSagIOpLGJF34mpAE4gRiLwkgMfS7qlkQ1e+tYt434wrtvcPEz92iSLLXDFl/otmGohDgIcwAgxutV/3BaB/r6WL6k7faUx9gU=
SHA256 (Pkgfile) = 6806ae281b5f52180c6b628733cfdf165acdd8d8fc6f8cb38192907dea24aac8
SHA256 (.footprint) = a1ed8827e7ddbaf05a7a44202da38090ac7b8cd753f1d6cb4bf1a3e932b64308
SHA256 (cppcheck-1.82.tar.gz) = 524444a678e63dee247fd8d2fe3194317c07f2aa65de31a41aa2eb0553bbdc7f

View File

@ -4,7 +4,7 @@
# Depends on: libpcre python docbook-xsl
name=cppcheck
version=1.81
version=1.82
release=1
source=(https://github.com/danmar/$name/archive/$version/$name-$version.tar.gz)