From 3f82f9a0023080ffb74d7d3d75a65eb384c64ce7 Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Fri, 8 Jul 2022 07:32:19 +0200 Subject: [PATCH] liburing: Update to v2.2 - 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 5748cd3c79..93274a5826 100644 --- a/libs/liburing/Makefile +++ b/libs/liburing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=liburing -PKG_VERSION:=2.1 +PKG_VERSION:=2.2 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://git.kernel.dk/cgit/liburing/snapshot -PKG_HASH:=707faff561f6a57ddf4188a98737a80e460b24c1295cd303be39c819da0df1d1 +PKG_HASH:=f52bad18e3ff11185165d52d2d7391e90a0fce8f33f2ee611ad9a8ce1feaf914 PKG_MAINTAINER:=Christian Lachner PKG_LICENSE:=MIT