* update liburcu to 0.15.0-1

This commit is contained in:
Alexander Baldeck 2025-01-04 14:58:47 +01:00
parent 45fc2f7930
commit a592a64ee2
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
pkgbase = liburcu
pkgdesc = LGPLv2.1 userspace RCU (read-copy-update) library
pkgver = 0.14.1
pkgver = 0.15.0
pkgrel = 1
url = https://lttng.org/urcu
arch = x86_64
@ -10,10 +10,10 @@ pkgbase = liburcu
arch = riscv64
license = LGPL2.1
depends = glibc
source = https://lttng.org/files/urcu/userspace-rcu-0.14.1.tar.bz2
source = https://lttng.org/files/urcu/userspace-rcu-0.14.1.tar.bz2.asc
source = https://lttng.org/files/urcu/userspace-rcu-0.15.0.tar.bz2
source = https://lttng.org/files/urcu/userspace-rcu-0.15.0.tar.bz2.asc
validpgpkeys = 2A0B4ED915F2D3FA45F5B16217280A9781186ACF
sha256sums = 231acb13dc6ec023e836a0f0666f6aab47dc621ecb1d2cd9d9c22f922678abc0
sha256sums = 4f2d839af67905ad396d6d53ba5649b66113d90840dcbc89941e0da64bccd38c
sha256sums = SKIP
pkgname = liburcu

View File

@ -4,7 +4,7 @@
# Contributor: Yggdrasil <tetzank at web dot de>
pkgname=liburcu
pkgver=0.14.1
pkgver=0.15.0
pkgrel=1
pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -12,7 +12,7 @@ url="https://lttng.org/urcu"
license=('LGPL2.1')
depends=('glibc')
source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
sha256sums=('231acb13dc6ec023e836a0f0666f6aab47dc621ecb1d2cd9d9c22f922678abc0'
sha256sums=('4f2d839af67905ad396d6d53ba5649b66113d90840dcbc89941e0da64bccd38c'
'SKIP')
validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')