From 7e6e82c72b8bbbc390bd13df1d0b6e03845d7929 Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Sat, 13 Mar 2021 10:28:13 +0100 Subject: [PATCH] liburing: Update to v2.0 - 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 c3c59264cd..bf0f5089b5 100644 --- a/libs/liburing/Makefile +++ b/libs/liburing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=liburing -PKG_VERSION:=0.7 +PKG_VERSION:=2.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://git.kernel.dk/cgit/liburing/snapshot -PKG_HASH:=05d0cf8493d573c76b11abfcf34aabc7153affebe17ff95f9ae88b0de062a59d +PKG_HASH:=fcc29d6f00d0d1eca3d83d40cc7e9a2773ef98d4edbfe536b7317d65992f75f8 PKG_MAINTAINER:=Christian Lachner PKG_LICENSE:=MIT