liburing.

This commit is contained in:
4fury-c3440d8
2022-11-10 19:00:29 +03:00
parent fcad3467b5
commit 1a3267ed05
+9 -2
View File
@@ -15,8 +15,8 @@
<PartOf>programming.library</PartOf>
<Summary>This is the io_uring library, liburing.</Summary>
<Description>liburing provides helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation.</Description>
<Archive sha1sum="67394c9e12775ac0bf44acd5bb96eeb3ad8c0a02" type="tarbz2">
https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.2.tar.bz2
<Archive sha1sum="bf6a02335cd2d23c69ca90b2de45a470159133fc" type="tarbz2">
https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.3.tar.bz2
</Archive>
<BuildDependencies>
<!-- <Dependency>glibc</Dependency> -->
@@ -56,6 +56,13 @@
</Package>
<History>
<Update release="5">
<Date>2022-11-10</Date>
<Version>2.3</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="4">
<Date>2022-06-29</Date>
<Version>2.2</Version>