diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-03-13 06:12:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 06:12:16 -0800 |
commit | c8f577ca4ae16aa77d48326ee662f8a3a0219237 (patch) | |
tree | 7a539e04e9299c7a4fcd12ea082f48843377b5d3 /libs | |
parent | af99986751fe1bb5fc2f36f0aee8fee74d4f9b26 (diff) | |
parent | 7e6e82c72b8bbbc390bd13df1d0b6e03845d7929 (diff) |
Merge pull request #15111 from gladiac1337/liburing-2.0
liburing: Update to v2.0
Diffstat (limited to 'libs')
-rw-r--r-- | libs/liburing/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/liburing/Makefile b/libs/liburing/Makefile index c3c59264c..bf0f5089b 100644 --- a/libs/liburing/Makefile +++ b/libs/liburing/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=liburing -PKG_VERSION:=0.7 +PKG_VERSION:=2.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://git.kernel.dk/cgit/liburing/snapshot -PKG_HASH:=05d0cf8493d573c76b11abfcf34aabc7153affebe17ff95f9ae88b0de062a59d +PKG_HASH:=fcc29d6f00d0d1eca3d83d40cc7e9a2773ef98d4edbfe536b7317d65992f75f8 PKG_MAINTAINER:=Christian Lachner <gladiac@gmail.com> PKG_LICENSE:=MIT |