cppcheck-2.5.

This commit is contained in:
4fury-c3440d8
2021-07-05 20:45:16 +03:00
parent 08dfc7dbc1
commit 14dd975cf6
2 changed files with 18 additions and 4 deletions
+9 -2
View File
@@ -16,8 +16,8 @@
<Description>
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).
</Description>
<Archive sha1sum="b8be5b9cb040608af7bb7f9de88fd94f7cc59c12" type="tarbz2">
mirrors://sourceforge/cppcheck/cppcheck-2.4.tar.bz2
<Archive sha1sum="c5d5328cd2f99f491de4dacb7fb2456034fc8db0" type="tarbz2">
mirrors://sourceforge/cppcheck/cppcheck-2.5.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="7">
<Date>2021-07-05</Date>
<Version>2.5</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="6">
<Date>2021-03-24</Date>
<Version>2.4</Version>