aboutsummaryrefslogtreecommitdiff
path: root/libs/liburing/Makefile
diff options
context:
space:
mode:
authorChristian Lachner <gladiac@gmail.com>2021-09-12 18:27:38 +0200
committerRosen Penev <rosenp@gmail.com>2021-09-12 10:59:37 -0700
commit6e9c9bff057bae402accd698da902f31526b34f4 (patch)
tree37cbbf2863a73fbf02a553fe10001452ee7872e1 /libs/liburing/Makefile
parentb2efa063d2c244fcf4f1defb635ece6e6460a8b3 (diff)
liburing: Update to v2.1
- Updated download URL and hash - Make use of $(AUTORELEASE) for PKG_RELEASE Signed-off-by: Christian Lachner <gladiac@gmail.com>
Diffstat (limited to 'libs/liburing/Makefile')
-rw-r--r--libs/liburing/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/liburing/Makefile b/libs/liburing/Makefile
index bf0f5089b..2e5183e5c 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 <gladiac@gmail.com>
PKG_LICENSE:=MIT