liburing.

This commit is contained in:
4fury-c3440d8
2021-07-11 07:42:44 +03:00
parent 1589b85de5
commit 73833d3d71
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -156,7 +156,7 @@
<History>
<Update release="6">
<Date>2021-07-01</Date>
<Date>2021-07-11</Date>
<Version>0.22.9</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
+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="5b30af49cd8620dd6c5b339fec26b3d2d9c843e7" type="tarbz2">
https://git.kernel.dk/cgit/liburing/snapshot/liburing-0.7.tar.bz2
<Archive sha1sum="3e6b29c3909e6d63078b22007cfc20425ae1aa8f" type="tarbz2">
https://git.kernel.dk/cgit/liburing/snapshot/liburing-2.0.tar.bz2
</Archive>
<BuildDependencies>
<!-- <Dependency>glibc</Dependency> -->
@@ -56,6 +56,13 @@
</Package>
<History>
<Update release="2">
<Date>2021-07-10</Date>
<Version>2.0</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>wascheme@tuta.io</Email>
</Update>
<Update release="1">
<Date>2020-12-13</Date>
<Version>0.7</Version>