From 11d749180aa6ac295b455a76787cf59448d7b75f Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Tue, 22 Nov 2022 08:14:45 +0100 Subject: [PATCH] liburing: Update to v2.3 - Updated download URL and hash Signed-off-by: Christian Lachner (cherry picked from commit f01ebf5f335dc0ca7f2448e24f7f2b1b7326ebc5) --- libs/liburing/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/liburing/Makefile b/libs/liburing/Makefile index 93274a5826..6eb84b18d8 100644 --- a/libs/liburing/Makefile +++ b/libs/liburing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=liburing -PKG_VERSION:=2.2 +PKG_VERSION:=2.3 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://git.kernel.dk/cgit/liburing/snapshot -PKG_HASH:=f52bad18e3ff11185165d52d2d7391e90a0fce8f33f2ee611ad9a8ce1feaf914 +PKG_HASH:=a65a6adbe80425c1c4d0740532ba42c3d4fd9dadd17a0e0bfd31c29e1c14dba8 PKG_MAINTAINER:=Christian Lachner PKG_LICENSE:=MIT -- 2.30.2