libaio: update to 0.3.113 and PKG_ urls

* Mon Mar 28 2022 Jeff Moyer <jmoyer@redhat.com> - 0.3.113-1
- Fix padding in vector and sockaddr structures on 32 bit (Brett Holman)
- Add a test case for missed poll events (Eric Biggers)
- Add loongarch support (Yehui Ren)
- man page cleanup and fixes (Guillem Jover)
- assorted test harness fixess (Guillem Jover, Jeff Moyer)
This commit is contained in:
Rudi Heitbaum 2022-04-13 11:34:49 +00:00
parent bb52e55947
commit 877eebae09

View File

@ -3,11 +3,11 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libaio"
PKG_VERSION="0.3.112"
PKG_SHA256="f69e5800425f4ea957426693ac09f9896bb993db5490fa021644454adcc72a32"
PKG_VERSION="0.3.113"
PKG_SHA256="716c7059703247344eb066b54ecbc3ca2134f0103307192e6c2b7dab5f9528ab"
PKG_LICENSE="GPL"
PKG_SITE="http://lse.sourceforge.net/io/aio.html"
PKG_URL="http://http.debian.net/debian/pool/main/liba/libaio/${PKG_NAME}_${PKG_VERSION}.orig.tar.xz"
PKG_SITE="https://pagure.io/libaio"
PKG_URL="https://pagure.io/${PKG_NAME}/archive/${PKG_NAME}-${PKG_VERSION}/${PKG_NAME}-${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Kernel Asynchronous I/O (AIO) Support for Linux."