diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/libusb/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libusb/portfile.cmake | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/libusb/CONTROL b/ports/libusb/CONTROL index c2a965331..0d57f8300 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 c8d49f1c8..f6f972ae5 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} |
