mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[libusb] update to 1.0.26 (#24375)
* [libusb] update to 1.0.26 * update version
This commit is contained in:
parent
8d5311bf3c
commit
7ee7648cb6
@ -1,14 +1,13 @@
|
|||||||
|
|
||||||
if(VCPKG_TARGET_IS_LINUX)
|
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")
|
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()
|
endif()
|
||||||
|
|
||||||
set(VERSION 1.0.24)
|
set(VERSION 1.0.26)
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO libusb/libusb
|
REPO libusb/libusb
|
||||||
REF c6a35c56016ea2ab2f19115d2ea1e85e0edae155 # v1.0.24
|
REF 4239bc3a50014b8e6a5a2a59df1fff3b7469543b # v1.0.26
|
||||||
SHA512 985c020d9ae6f7135e3bfee68dddcf70921481db3d10e420f55d5ee9534f7fe7be6a2a31ee73a3b282b649fcc36da4fed848e0bd0410c20eaf1deb9a8e3086e8
|
SHA512 f07ec9ef4df555733dab9388595cd10bc87195da54f4c646478d4a0496ee7b8933de03e957c7466291c120102d8801e8b26846cb27b201bb9cbca5df03f3a6ef
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"name": "libusb",
|
"name": "libusb",
|
||||||
"version": "1.0.24",
|
"version": "1.0.26",
|
||||||
"port-version": 7,
|
|
||||||
"description": "a cross-platform library to access USB devices",
|
"description": "a cross-platform library to access USB devices",
|
||||||
"homepage": "https://github.com/libusb/libusb",
|
"homepage": "https://github.com/libusb/libusb",
|
||||||
|
"license": "LGPL-2.1",
|
||||||
"supports": "!uwp"
|
"supports": "!uwp"
|
||||||
}
|
}
|
||||||
|
@ -4121,8 +4121,8 @@
|
|||||||
"port-version": 3
|
"port-version": 3
|
||||||
},
|
},
|
||||||
"libusb": {
|
"libusb": {
|
||||||
"baseline": "1.0.24",
|
"baseline": "1.0.26",
|
||||||
"port-version": 7
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libusb-win32": {
|
"libusb-win32": {
|
||||||
"baseline": "1.2.6.0",
|
"baseline": "1.2.6.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "67fc457e16066e047803888e45b8ea3aaf713501",
|
||||||
|
"version": "1.0.26",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "337aac12b9bf6aab68dd1375c3592f1575efbda9",
|
"git-tree": "337aac12b9bf6aab68dd1375c3592f1575efbda9",
|
||||||
"version": "1.0.24",
|
"version": "1.0.24",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user