json-c ver. bump

This commit is contained in:
Rmys
2023-08-18 21:13:39 +03:00
parent 3d37233200
commit 06b572de9b
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A JSON implementation in C</Summary>
<Description>json-c implements a reference counting object model that allows you to easily construct JSON objects in C, output them as JSON formatted strings and parse JSON formatted strings back into the C representation of JSON objects.</Description>
<Archive sha1sum="dd6473818fe66f16e747ae0df626a2e1559343b9" type="targz">https://github.com/json-c/json-c/archive/json-c-0.15-20200726.tar.gz</Archive>
<Archive sha1sum="0249e2fbb242ef3ef225b49cb23ef0c314e17bd4" type="targz">https://github.com/json-c/json-c/archive/refs/tags/json-c-0.17-20230812.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
</BuildDependencies>
@@ -59,6 +59,13 @@
</Package>
<History>
<Update release="7">
<Date>2023-08-15</Date>
<Version>0.17.20230812</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2020-12-09</Date>
<Version>0.15.20200726</Version>