diff options
| author | Matwey V. Kornilov <matwey.kornilov@gmail.com> | 2021-01-20 02:38:55 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-19 15:38:55 -0800 |
| commit | 97c11b2eeae2ecaa56e7e01d51cc0f1b83de6f10 (patch) | |
| tree | ec6851a5f94c4ede9d08db83c39238a75c226834 | |
| parent | dcb0145cbffb94817b55b6233e703dd1639660c9 (diff) | |
| download | vcpkg-97c11b2eeae2ecaa56e7e01d51cc0f1b83de6f10.tar.gz vcpkg-97c11b2eeae2ecaa56e7e01d51cc0f1b83de6f10.zip | |
[libusb] Update to 1.0.24 (#15692)
| -rw-r--r-- | port_versions/baseline.json | 2 | ||||
| -rw-r--r-- | port_versions/l-/libusb.json | 5 | ||||
| -rw-r--r-- | ports/libusb/CONTROL | 2 | ||||
| -rw-r--r-- | 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 9c9fe6ca8..f5d11532c 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 67d06d053..0d31a85f1 100644 --- a/port_versions/l-/libusb.json +++ b/port_versions/l-/libusb.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "419808531bfc5a58d7581dc700a2560a3ab7265e", + "version-string": "1.0.24", + "port-version": 3 + }, + { "git-tree": "43ac3831fee48a40aacc5c14480ff724e4644c4f", "version-string": "1.0.23", "port-version": 3 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} |
