diff --git a/ports/libusb/portfile.cmake b/ports/libusb/portfile.cmake index d3a3c39c0c..34f6664dac 100644 --- a/ports/libusb/portfile.cmake +++ b/ports/libusb/portfile.cmake @@ -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 ) diff --git a/ports/libusb/vcpkg.json b/ports/libusb/vcpkg.json index 840ac16c20..d89566f0cc 100644 --- a/ports/libusb/vcpkg.json +++ b/ports/libusb/vcpkg.json @@ -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" } diff --git a/versions/baseline.json b/versions/baseline.json index f33c2fcac8..fa39794db3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -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", diff --git a/versions/l-/libusb.json b/versions/l-/libusb.json index a5a7bc3044..5496021afb 100644 --- a/versions/l-/libusb.json +++ b/versions/l-/libusb.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "67fc457e16066e047803888e45b8ea3aaf713501", + "version": "1.0.26", + "port-version": 0 + }, { "git-tree": "337aac12b9bf6aab68dd1375c3592f1575efbda9", "version": "1.0.24",