Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update libusb to 1.0.24 #15692

Merged
merged 1 commit into from
Jan 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion port_versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -3397,7 +3397,7 @@
"port-version": 0
},
"libusb": {
"baseline": "1.0.23",
"baseline": "1.0.24",
"port-version": 3
},
"libusb-win32": {
Expand Down
5 changes: 5 additions & 0 deletions port_versions/l-/libusb.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "419808531bfc5a58d7581dc700a2560a3ab7265e",
"version-string": "1.0.24",
"port-version": 3
},
{
"git-tree": "43ac3831fee48a40aacc5c14480ff724e4644c4f",
"version-string": "1.0.23",
Expand Down
2 changes: 1 addition & 1 deletion ports/libusb/CONTROL
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions ports/libusb/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down Expand Up @@ -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}
Expand Down