This commit is contained in:
4fury-c3440d8
2021-03-24 05:23:55 +03:00
parent 75ad8f4aa2
commit e0626d5735
+11 -3
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="6586ddd6388ddaa73a387b9d13f299169c11674e" type="targz">
https://github.com/Z3Prover/z3/archive/z3-4.8.9.tar.gz
<Archive sha1sum="daaa94014a3ab45c17a75adb7446a28ac9de2495" type="targz">
https://github.com/Z3Prover/z3/archive/z3-4.8.10.tar.gz
</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
@@ -30,7 +30,7 @@
<RuntimeDependencies>
<Dependency>gmp</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>python3</Dependency>
<!-- <Dependency>python3</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -59,10 +59,18 @@
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="library">/usr/lib/cmake</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2021-03-24</Date>
<Version>4.8.10</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="1">
<Date>2020-10-08</Date>
<Version>4.8.9</Version>