From 601d650688fa4f8d679087256b13e0b08ba6c311 Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Sun, 19 May 2024 10:58:10 +0200 Subject: [PATCH] liburing: Update to v2.6 - Updated download URL and hash Signed-off-by: Christian Lachner --- libs/liburing/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/liburing/Makefile b/libs/liburing/Makefile index 1896c6188a..7e2724fe72 100644 --- a/libs/liburing/Makefile +++ b/libs/liburing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=liburing -PKG_VERSION:=2.5 +PKG_VERSION:=2.6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://git.kernel.dk/cgit/liburing/snapshot -PKG_HASH:=319ff9096a5655362a9741c5145b45494db810e38679a1de82e2f440c17181a6 +PKG_HASH:=78bcc0dc0d004a238d8b5f597adbb4ec74926352a3983b872db7f0efdb72565d PKG_MAINTAINER:=Christian Lachner PKG_LICENSE:=MIT -- 2.30.2