expat-2.4.1

This commit is contained in:
Rmys
2021-06-12 17:58:03 +03:00
committed by GitHub
parent c792b63bf7
commit 934eff36e7
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>XML parsing libraries</Summary>
<Description>This is expat, the C library for parsing XML, written by James Clark. Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed. A start tag is an example of the kind of structures for which you may register handlers.</Description>
<Archive sha1sum="ef5c1c55913a6ab18496ee99166f86269c7cdc31" type="tarbz2">mirrors://sourceforge/expat/expat-2.2.9.tar.bz2</Archive>
<Archive sha1sum="b677b9a1cf3a1424fda183223fae2c58f50151af" type="tarbz2">mirrors://sourceforge/expat/expat-2.4.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gnuconfig</Dependency>
<Dependency>glibc-devel</Dependency>
@@ -63,6 +63,13 @@
</Package>
<History>
<Update release="11">
<Date>2021-06-12</Date>
<Version>2.4.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="10">
<Date>2020-12-09</Date>
<Version>2.2.9</Version>