diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : cppcheck
-version : '1.87'
-release : 7
+version : '1.88'
+release : 8
source :
- - https://github.com/danmar/cppcheck/archive/1.87.tar.gz : ea7ac1cd2f5c00ecffd596fd0f7281cba44308e565a634fae02b77ecd927c153
+ - https://github.com/danmar/cppcheck/archive/1.88.tar.gz : 4aace0420d6aaa900b84b3329c5173c2294e251d2e24d8cba6e38254333dde3f
license : GPL-3.0-or-later
component : programming.tools
summary : Static source code analysis tool for C and C++ code
@@ -13,4 +13,4 @@
build : |
%ninja_build
install : |
- %ninja_install
\ No newline at end of file
+ %ninja_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
cppcheck
- F. von Gellhorn
- flinux@vongellhorn.ch
+ Pierre-Yves
+ pyu@riseup.net
GPL-3.0-or-later
programming.tools
Static source code analysis tool for C and C++ code
Cppcheck is a static analysis tool for C/C++ code. It provides unique code analysis to detect bugs and focuses on detecting undefined behaviour and dangerous coding constructs. The goal is to detect only real errors in the code (i.e. have very few false positives).
- https://solus-project.com/sources/README.Solus
+ https://getsol.us/sources/README.Solus
cppcheck
@@ -24,18 +24,24 @@
/usr/share/Cppcheck/boost.cfg
/usr/share/Cppcheck/bsd.cfg
/usr/share/Cppcheck/cppcheck-lib.cfg
+ /usr/share/Cppcheck/cppunit.cfg
+ /usr/share/Cppcheck/daca.cfg
/usr/share/Cppcheck/embedded_sql.cfg
/usr/share/Cppcheck/gnu.cfg
/usr/share/Cppcheck/googletest.cfg
/usr/share/Cppcheck/gtk.cfg
+ /usr/share/Cppcheck/libcerror.cfg
/usr/share/Cppcheck/microsoft_sal.cfg
/usr/share/Cppcheck/motif.cfg
+ /usr/share/Cppcheck/nspr.cfg
+ /usr/share/Cppcheck/opengl.cfg
/usr/share/Cppcheck/posix.cfg
/usr/share/Cppcheck/python.cfg
/usr/share/Cppcheck/qt.cfg
/usr/share/Cppcheck/ruby.cfg
/usr/share/Cppcheck/sdl.cfg
/usr/share/Cppcheck/sfml.cfg
+ /usr/share/Cppcheck/sqlite3.cfg
/usr/share/Cppcheck/std.cfg
/usr/share/Cppcheck/tinyxml2.cfg
/usr/share/Cppcheck/windows.cfg
@@ -44,12 +50,12 @@
-
- 2019-02-09
- 1.87
+
+ 2019-06-29
+ 1.88
Packaging update
- F. von Gellhorn
- flinux@vongellhorn.ch
+ Pierre-Yves
+ pyu@riseup.net
\ No newline at end of file