From b1d8defe8812f9603ad15290c376f4cfd2da1ea3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20H=C3=A1k?= Date: Tue, 18 Nov 2025 12:57:44 +0100 Subject: [PATCH] liburcu: update to version 0.15.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit software version update Signed-off-by: Jan Hák --- libs/liburcu/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/liburcu/Makefile b/libs/liburcu/Makefile index 8aa5b245ec..f755544b54 100644 --- a/libs/liburcu/Makefile +++ b/libs/liburcu/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=liburcu -PKG_VERSION:=0.15.3 -PKG_RELEASE:=2 +PKG_VERSION:=0.15.5 +PKG_RELEASE:=1 PKG_MAINTAINER:=Daniel Salzman PKG_LICENSE:=LGPL-2.1-only LGPL-2.1-or-later GPL-2.0-or-later-with-Autoconf-exception-2.0 \ @@ -21,7 +21,7 @@ PKG_LICENSE_FILES:=LICENSES/LGPL-2.1-only.txt LICENSES/LGPL-2.1-or-later.txt LIC PKG_SOURCE:=userspace-rcu-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://lttng.org/files/urcu/ -PKG_HASH:=26687ec84e3e114759454c884a08abeaf79dec09b041895ddf4c45ec150acb6d +PKG_HASH:=b2f787a8a83512c32599e71cdabcc5131464947b82014896bd11413b2d782de1 PKG_BUILD_DIR:=$(BUILD_DIR)/userspace-rcu-$(PKG_VERSION) PKG_FIXUP:=autoreconf -- 2.30.2