From 78cbb0153b12c5630eb5c92967a8cadf134a67df Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Sat, 24 Jun 2023 09:17:06 +0200 Subject: [PATCH] liburing: Update to v2.4 - Updated download URL and hash - Switched to downloading bz2 archives to save bandwidth Signed-off-by: Christian Lachner --- libs/liburing/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/liburing/Makefile b/libs/liburing/Makefile index 445e535adc..08403d527b 100644 --- a/libs/liburing/Makefile +++ b/libs/liburing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=liburing -PKG_VERSION:=2.3 +PKG_VERSION:=2.4 PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://git.kernel.dk/cgit/liburing/snapshot -PKG_HASH:=a65a6adbe80425c1c4d0740532ba42c3d4fd9dadd17a0e0bfd31c29e1c14dba8 +PKG_HASH:=ca260e7a5820c2d0e737ec1e9b999f10776dbe84a169a02a0eff10c8eeaf3394 PKG_MAINTAINER:=Christian Lachner PKG_LICENSE:=MIT -- 2.30.2