* update liburing to 2.8-1

This commit is contained in:
Alexander Baldeck 2024-12-06 18:23:21 +01:00
parent e1515051ab
commit 7a7f0a58a0
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = liburing
pkgdesc = Linux-native io_uring I/O access library
pkgver = 2.7
pkgver = 2.8
pkgrel = 1
url = https://git.kernel.dk/cgit/liburing
arch = x86_64
@ -14,8 +14,8 @@ pkgbase = liburing
makedepends = git
provides = liburing.so
provides = liburing-ffi.so
source = git+https://git.kernel.dk/liburing.git?signed#tag=liburing-2.7
source = git+https://git.kernel.dk/liburing.git?signed#tag=liburing-2.8
validpgpkeys = C0FC392DCADE26D975FA5E4AF7D358FB2971E0A6
sha512sums = 155bf1a7e827dae9ab708a835560bb7ebd92db9b9056198eefd6e9b413dde3358c33145c0b4ed57a36375c3744dbacb4bce54d9cad2c43ed038b44e01b90e7e2
sha512sums = b7ba41854f608ab4423d457936c741f7184d15382d9a0abdde7301ae4669f20ea78a9d9140565b95064b2448a2bf32aa2b1832c7ad45b9e7c289d23256fdcb62
pkgname = liburing

View File

@ -3,7 +3,7 @@
# Contributor: Filipe Laíns (FFY00) <lains@archlinux.org>
pkgname=liburing
pkgver=2.7
pkgver=2.8
pkgrel=1
pkgdesc="Linux-native io_uring I/O access library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -19,7 +19,7 @@ provides=(
liburing-ffi.so
)
source=("git+https://git.kernel.dk/liburing.git?signed#tag=$pkgname-$pkgver")
sha512sums=('155bf1a7e827dae9ab708a835560bb7ebd92db9b9056198eefd6e9b413dde3358c33145c0b4ed57a36375c3744dbacb4bce54d9cad2c43ed038b44e01b90e7e2')
sha512sums=('b7ba41854f608ab4423d457936c741f7184d15382d9a0abdde7301ae4669f20ea78a9d9140565b95064b2448a2bf32aa2b1832c7ad45b9e7c289d23256fdcb62')
validpgpkeys=(C0FC392DCADE26D975FA5E4AF7D358FB2971E0A6) # Jens Axboe <axboe@kernel.dk>
build() {