core rebuild

This commit is contained in:
Rmys
2020-12-16 22:46:56 +03:00
parent 80f23003bf
commit 51d0f5efe1
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -20,5 +20,5 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING.LESSER", "ChangeLog", "NEWS", "README", "TODO", "THANKS")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A unit test framework for C</Summary>
<Description>check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.</Description>
<Archive sha1sum="2c10a4c09af75f32d58239097ab249ec60f38e88" type="targz">https://github.com/libcheck/check/archive/0.12.0.tar.gz</Archive>
<Archive sha1sum="0389149a760a37e915f585bf84f268d9880a0faf" type="targz">https://github.com/libcheck/check/archive/0.15.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>texinfo</Dependency>
</BuildDependencies>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="8">
<Date>2020-12-09</Date>
<Version>0.15.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="7">
<Date>2019-12-25</Date>
<Version>0.12</Version>