mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 04:05:43 +08:00
[libusb] Update to 1.0.24 (#15692)
This commit is contained in:
parent
dcb0145cbf
commit
97c11b2eea
@ -3401,7 +3401,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"libusb": {
|
||||
"baseline": "1.0.23",
|
||||
"baseline": "1.0.24",
|
||||
"port-version": 3
|
||||
},
|
||||
"libusb-win32": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "419808531bfc5a58d7581dc700a2560a3ab7265e",
|
||||
"version-string": "1.0.24",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "43ac3831fee48a40aacc5c14480ff724e4644c4f",
|
||||
"version-string": "1.0.23",
|
||||
|
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user