mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 14:22:54 +08:00
[liburing] Update to 2.3 (#31756)
* [liburing] Update to 2.3 * update version
This commit is contained in:
parent
85da6f8e19
commit
9700cf2cc6
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO axboe/liburing
|
||||
REF dda4848a9911120a903bef6284fb88286f4464c9 #liburing-2.2
|
||||
SHA512 c2e4969ffb895996bf7465ce86143d4d3401a052624ec19580d34e8adbb2b57801e03541493f61e19a3137984714db645b135b1bc3b41987bccfd926bb486c09
|
||||
REF "liburing-${VERSION}"
|
||||
SHA512 0eda230e527e696189aa04c63f8c444bbfc2e5d2f6b1f2ac9454accdd0aa435979017b803d869c25c29a8575237bec25a8414940a09b6e1e971d84f7e8797506
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
fix-configure.patch # ignore unsupported options, handle ENABLE_SHARED
|
||||
@ -17,8 +17,7 @@ vcpkg_configure_make(
|
||||
vcpkg_install_make()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
|
||||
file(INSTALL "${SOURCE_PATH}/LICENSE"
|
||||
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
||||
file(INSTALL "${CURRENT_PORT_DIR}/usage"
|
||||
DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
|
||||
|
||||
|
@ -1,9 +1,8 @@
|
||||
{
|
||||
"name": "liburing",
|
||||
"version": "2.2",
|
||||
"port-version": 2,
|
||||
"version": "2.3",
|
||||
"description": "Linux-native io_uring I/O access library",
|
||||
"homepage": "https://github.com/axboe/liburing",
|
||||
"license": null,
|
||||
"license": "MIT OR LGPL-2.1 OR GPL-2.0",
|
||||
"supports": "linux"
|
||||
}
|
||||
|
@ -4669,8 +4669,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"liburing": {
|
||||
"baseline": "2.2",
|
||||
"port-version": 2
|
||||
"baseline": "2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"libusb": {
|
||||
"baseline": "1.0.26.11791",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "0c8b60f54ff0c4e9a0ae2a1a2cbcf72e2cfeaf04",
|
||||
"version": "2.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "92a2fd81331f9b6ad3119a166ed18159499fa403",
|
||||
"version": "2.2",
|
||||
|
Loading…
Reference in New Issue
Block a user