aboutsummaryrefslogtreecommitdiff
path: root/libs/liburing/Makefile
diff options
context:
space:
mode:
authorChristian Lachner <gladiac@gmail.com>2023-11-09 06:31:29 +0100
committerTianling Shen <cnsztl@gmail.com>2023-11-18 01:11:47 +0800
commit24b751bcf0842381688f80d3303ca736c479912c (patch)
treeaeeae98b2d3e2e05da2f2ed11887c669092d9816 /libs/liburing/Makefile
parent69c0a1b6d29a3543ee6ca4e24b5ab4e57e383b03 (diff)
liburing: Update to v2.5
- Updated download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
Diffstat (limited to 'libs/liburing/Makefile')
-rw-r--r--libs/liburing/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/liburing/Makefile b/libs/liburing/Makefile
index 08403d527..1896c6188 100644
--- a/libs/liburing/Makefile
+++ b/libs/liburing/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=liburing
-PKG_VERSION:=2.4
+PKG_VERSION:=2.5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://git.kernel.dk/cgit/liburing/snapshot
-PKG_HASH:=ca260e7a5820c2d0e737ec1e9b999f10776dbe84a169a02a0eff10c8eeaf3394
+PKG_HASH:=319ff9096a5655362a9741c5145b45494db810e38679a1de82e2f440c17181a6
PKG_MAINTAINER:=Christian Lachner <gladiac@gmail.com>
PKG_LICENSE:=MIT