diff options
author | Milan P. Stanić <mps@arvanta.net> | 2020-03-14 22:06:04 +0100 |
---|---|---|
committer | Milan P. Stanić <mps@arvanta.net> | 2020-03-14 22:06:04 +0100 |
commit | 53beeef878a337b052e6268fc17e299273c8c587 (patch) | |
tree | 3463265a9329d15e67ddbd0f9cfda5bfc7ae7feb /testing/liburing | |
parent | 1ec121f106a3f742c8958992c60aa857716c8c1f (diff) | |
download | aports-53beeef878a337b052e6268fc17e299273c8c587.tar.bz2 aports-53beeef878a337b052e6268fc17e299273c8c587.tar.xz |
testing/liburing: upgrade to 0.5
remove Contributor line
Diffstat (limited to 'testing/liburing')
-rw-r--r-- | testing/liburing/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/liburing/APKBUILD b/testing/liburing/APKBUILD index 9665b3f78c..9343d86d3a 100644 --- a/testing/liburing/APKBUILD +++ b/testing/liburing/APKBUILD @@ -1,7 +1,6 @@ -# Contributor: Milan P. Stanić <mps@arvanta.net> # Maintainer: Milan P. Stanić <mps@arvanta.net> pkgname=liburing -pkgver=0.3 +pkgver=0.5 pkgrel=0 pkgdesc="Linux kernel io_uring access library" url="https://git.kernel.dk/cgit/liburing/" @@ -26,4 +25,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="fb792f0d82b4ab8f95a3f4e3ae1b23c8f98d4345c7e0e4552334cc2dc70282efcfcec11d7ccf53f2cb36b3394c22d7265f220f774cba6fd4f922ae1e31173f81 liburing-0.3.tar.gz" +sha512sums="b855fd55635084c9386dd94f78f27e587025c86599303c77d32f3e7b59a6e41474a055bf34e6d05535582a48fa108a3e2f1f2a4a7d37b700d733844bc309976f liburing-0.5.tar.gz" |