diff options
author | Svyatoslav Mishyn <juef@openmailbox.org> | 2016-10-09 09:24:54 +0300 |
---|---|---|
committer | Svyatoslav Mishyn <juef@openmailbox.org> | 2016-10-09 09:24:54 +0300 |
commit | 74a04b93e771a7103d4438e8f0f0d0721455cfd5 (patch) | |
tree | 630a308d0223d9fc818658002216784beec2bd28 /cppcheck | |
parent | 06ee060badedd5d4e9737a6bc1b54f38db36a95c (diff) | |
download | contrib-74a04b93e771a7103d4438e8f0f0d0721455cfd5.tar.gz contrib-74a04b93e771a7103d4438e8f0f0d0721455cfd5.tar.xz |
cppcheck: update to 1.76
Diffstat (limited to 'cppcheck')
-rw-r--r-- | cppcheck/.footprint | 1 | ||||
-rw-r--r-- | cppcheck/.md5sum | 2 | ||||
-rw-r--r-- | cppcheck/Pkgfile | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/cppcheck/.footprint b/cppcheck/.footprint index 0cd113ff7..57ac6d170 100644 --- a/cppcheck/.footprint +++ b/cppcheck/.footprint @@ -21,6 +21,7 @@ drwxr-xr-x root/root usr/share/cppcheck/cfg/ -rw-r--r-- root/root usr/share/cppcheck/cfg/sdl.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/std.cfg -rw-r--r-- root/root usr/share/cppcheck/cfg/windows.cfg +-rw-r--r-- root/root usr/share/cppcheck/cfg/wxwidgets.cfg drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ -r--r--r-- root/root usr/share/man/man1/cppcheck.1.gz diff --git a/cppcheck/.md5sum b/cppcheck/.md5sum index 992f1e250..008663ac6 100644 --- a/cppcheck/.md5sum +++ b/cppcheck/.md5sum @@ -1 +1 @@ -9656fd9aa2b9bf644f0ce4ad5d32d97f 1.75.tar.gz +502d57c78304af05a05776b7f409cfed 1.76.tar.gz diff --git a/cppcheck/Pkgfile b/cppcheck/Pkgfile index cac156f4b..02b4a30bd 100644 --- a/cppcheck/Pkgfile +++ b/cppcheck/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libpcre python docbook-xsl name=cppcheck -version=1.75 +version=1.76 release=1 source=(https://github.com/danmar/$name/archive/$version.tar.gz) |