Merge pull request #9737 from 4fury-c3440d8/np

z3, cppcheck.
This commit is contained in:
2021-10-10 21:05:19 +03:00
committed by GitHub
2 changed files with 19 additions and 5 deletions
+9 -2
View File
@@ -13,8 +13,8 @@
<PartOf>programming.library</PartOf>
<Summary>The Z3 Theorem Prover.</Summary>
<Description>Z3 is a theorem prover from Microsoft Research.</Description>
<Archive sha1sum="dffd49c4ce3598f9558529839aba614b8822ebae" type="targz">
https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.8.11.tar.gz
<Archive sha1sum="f4443c6beedb46e8a0785529b477b2f811901cc3" type="targz">
https://github.com/Z3Prover/z3/archive/refs/tags/z3-4.8.12.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -64,6 +64,13 @@
</Package>
<History>
<Update release="4">
<Date>2021-10-11</Date>
<Version>4.8.12</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="3">
<Date>2021-07-05</Date>
<Version>4.8.11</Version>
+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>