From 97c11b2eeae2ecaa56e7e01d51cc0f1b83de6f10 Mon Sep 17 00:00:00 2001 From: "Matwey V. Kornilov" Date: Wed, 20 Jan 2021 02:38:55 +0300 Subject: [PATCH] [libusb] Update to 1.0.24 (#15692) --- port_versions/baseline.json | 2 +- port_versions/l-/libusb.json | 5 +++++ ports/libusb/CONTROL | 2 +- ports/libusb/portfile.cmake | 8 ++++---- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/port_versions/baseline.json b/port_versions/baseline.json index 9c9fe6ca84f..f5d11532cfb 100644 --- a/port_versions/baseline.json +++ b/port_versions/baseline.json @@ -3401,7 +3401,7 @@ "port-version": 0 }, "libusb": { - "baseline": "1.0.23", + "baseline": "1.0.24", "port-version": 3 }, "libusb-win32": { diff --git a/port_versions/l-/libusb.json b/port_versions/l-/libusb.json index 67d06d05359..0d31a85f1a3 100644 --- a/port_versions/l-/libusb.json +++ b/port_versions/l-/libusb.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "419808531bfc5a58d7581dc700a2560a3ab7265e", + "version-string": "1.0.24", + "port-version": 3 + }, { "git-tree": "43ac3831fee48a40aacc5c14480ff724e4644c4f", "version-string": "1.0.23", diff --git a/ports/libusb/CONTROL b/ports/libusb/CONTROL index c2a9653317e..0d57f830045 100644 --- a/ports/libusb/CONTROL +++ b/ports/libusb/CONTROL @@ -1,5 +1,5 @@ Source: libusb -Version: 1.0.23 +Version: 1.0.24 Port-Version: 3 Homepage: https://github.com/libusb/libusb Description: a cross-platform library to access USB devices diff --git a/ports/libusb/portfile.cmake b/ports/libusb/portfile.cmake index c8d49f1c8e0..f6f972ae5ed 100644 --- a/ports/libusb/portfile.cmake +++ b/ports/libusb/portfile.cmake @@ -7,8 +7,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO libusb/libusb - REF e782eeb2514266f6738e242cdcb18e3ae1ed06fa # v1.0.23 - SHA512 27cfff4bbf64d5ec5014acac0871ace74b6af76141bd951309206f4806e3e3f2c7ed32416f5b55fd18d033ca5494052eb2e50ed3cc0be10839be2bd4168a9d4c + REF c6a35c56016ea2ab2f19115d2ea1e85e0edae155 # v1.0.24 + SHA512 985c020d9ae6f7135e3bfee68dddcf70921481db3d10e420f55d5ee9534f7fe7be6a2a31ee73a3b282b649fcc36da4fed848e0bd0410c20eaf1deb9a8e3086e8 HEAD_REF master ) @@ -39,9 +39,9 @@ if(VCPKG_TARGET_IS_WINDOWS) endif() endif() - # The README file in the archive is a symlink to README.md + # The README.md file in the archive is a symlink to README # which causes issues with the windows MSBUILD process - file(REMOVE ${SOURCE_PATH}/README) + file(REMOVE ${SOURCE_PATH}/README.md) vcpkg_install_msbuild( SOURCE_PATH ${SOURCE_PATH}