From bab551e93f1e38b3d9016a272ada15f2b7e17334 Mon Sep 17 00:00:00 2001 From: c8ef Date: Fri, 22 Nov 2024 23:31:09 +0800 Subject: [PATCH] update liburing to 2.8 (#5806) --- packages/l/liburing/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/l/liburing/xmake.lua b/packages/l/liburing/xmake.lua index 853e92367..512d170e6 100644 --- a/packages/l/liburing/xmake.lua +++ b/packages/l/liburing/xmake.lua @@ -6,6 +6,7 @@ package("liburing") add_urls("https://github.com/axboe/liburing/archive/refs/tags/liburing-$(version).tar.gz", "https://github.com/axboe/liburing.git") + add_versions("2.8", "3ed7891d1b2bbe743ef3fb6d0a4970e630aa02d7c7bd3b0212791fb7be815984") add_versions("2.7", "56202ad443c50e684dde3692819be3b91bbe003e1c14bf5abfa11973669978c1") add_versions("2.6", "682f06733e6db6402c1f904cbbe12b94942a49effc872c9e01db3d7b180917cc") add_versions("2.5", "456f5f882165630f0dc7b75e8fd53bd01a955d5d4720729b4323097e6e9f2a98")