From 6e9c9bff057bae402accd698da902f31526b34f4 Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Sun, 12 Sep 2021 18:27:38 +0200 Subject: [PATCH] liburing: Update to v2.1 - Updated download URL and hash - Make use of $(AUTORELEASE) for PKG_RELEASE 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 bf0f5089b5..2e5183e5c5 100644 --- a/libs/liburing/Makefile +++ b/libs/liburing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=liburing -PKG_VERSION:=2.0 -PKG_RELEASE:=1 +PKG_VERSION:=2.1 +PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://git.kernel.dk/cgit/liburing/snapshot -PKG_HASH:=fcc29d6f00d0d1eca3d83d40cc7e9a2773ef98d4edbfe536b7317d65992f75f8 +PKG_HASH:=707faff561f6a57ddf4188a98737a80e460b24c1295cd303be39c819da0df1d1 PKG_MAINTAINER:=Christian Lachner PKG_LICENSE:=MIT