update liburing to 2.7 (#5040)

pull/5041/head
c8ef 5 months ago committed by GitHub
parent c0b026ef62
commit a0cd372fc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/l/liburing/xmake.lua

@ -5,6 +5,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.7", "56202ad443c50e684dde3692819be3b91bbe003e1c14bf5abfa11973669978c1")
add_versions("2.6", "682f06733e6db6402c1f904cbbe12b94942a49effc872c9e01db3d7b180917cc")
add_versions("2.5", "456f5f882165630f0dc7b75e8fd53bd01a955d5d4720729b4323097e6e9f2a98")
add_versions("2.4", "2398ec82d967a6f903f3ae1fd4541c754472d3a85a584dc78c5da2fabc90706b")

Loading…
Cancel
Save