z3, cppcheck.

This commit is contained in:
4fury-c3440d8
2021-10-10 21:01:07 +03:00
parent f174fefbce
commit 97433f179b
2 changed files with 19 additions and 5 deletions
+10 -3
View File
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>cppcheck</Name>
<Homepage>http://cppcheck.sourceforge.net/</Homepage>
<Homepage>https://cppcheck.sourceforge.io/</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
@@ -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="c5d5328cd2f99f491de4dacb7fb2456034fc8db0" type="tarbz2">
mirrors://sourceforge/cppcheck/cppcheck-2.5.tar.bz2
<Archive sha1sum="036ffb5405e3771bc237c52b1ae1b535e20ea26c" type="tarbz2">
mirrors://sourceforge/cppcheck/cppcheck-2.6.tar.bz2
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="8">
<Date>2021-10-11</Date>
<Version>2.6</Version>
<Comment>Ver. bump</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="7">
<Date>2021-07-05</Date>
<Version>2.5</Version>