[libusb] update to 1.0.26 (#24375)

* [libusb] update to 1.0.26

* update version
This commit is contained in:
JonLiu1993 2022-04-26 08:15:24 +08:00 committed by GitHub
parent 8d5311bf3c
commit 7ee7648cb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 8 deletions

View File

@ -1,14 +1,13 @@
if(VCPKG_TARGET_IS_LINUX)
message("${PORT} currently requires the following tools and libraries from the system package manager:\n autoreconf\n libudev\n\nThese can be installed on Ubuntu systems via apt-get install autoreconf libudev-dev")
endif()
set(VERSION 1.0.24)
set(VERSION 1.0.26)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libusb/libusb
REF c6a35c56016ea2ab2f19115d2ea1e85e0edae155 # v1.0.24
SHA512 985c020d9ae6f7135e3bfee68dddcf70921481db3d10e420f55d5ee9534f7fe7be6a2a31ee73a3b282b649fcc36da4fed848e0bd0410c20eaf1deb9a8e3086e8
REF 4239bc3a50014b8e6a5a2a59df1fff3b7469543b # v1.0.26
SHA512 f07ec9ef4df555733dab9388595cd10bc87195da54f4c646478d4a0496ee7b8933de03e957c7466291c120102d8801e8b26846cb27b201bb9cbca5df03f3a6ef
HEAD_REF master
)

View File

@ -1,8 +1,8 @@
{
"name": "libusb",
"version": "1.0.24",
"port-version": 7,
"version": "1.0.26",
"description": "a cross-platform library to access USB devices",
"homepage": "https://github.com/libusb/libusb",
"license": "LGPL-2.1",
"supports": "!uwp"
}

View File

@ -4121,8 +4121,8 @@
"port-version": 3
},
"libusb": {
"baseline": "1.0.24",
"port-version": 7
"baseline": "1.0.26",
"port-version": 0
},
"libusb-win32": {
"baseline": "1.2.6.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "67fc457e16066e047803888e45b8ea3aaf713501",
"version": "1.0.26",
"port-version": 0
},
{
"git-tree": "337aac12b9bf6aab68dd1375c3592f1575efbda9",
"version": "1.0.24",