aboutsummaryrefslogtreecommitdiff
path: root/ports/hidapi
diff options
context:
space:
mode:
Diffstat (limited to 'ports/hidapi')
-rw-r--r--ports/hidapi/portfile.cmake2
-rw-r--r--ports/hidapi/vcpkg.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/hidapi/portfile.cmake b/ports/hidapi/portfile.cmake
index a89993f21..1e13ee197 100644
--- a/ports/hidapi/portfile.cmake
+++ b/ports/hidapi/portfile.cmake
@@ -6,7 +6,7 @@ vcpkg_from_github(
REF hidapi-0.10.1
SHA512 0479706c631775483378070ff7170542725678eabc202a5bd07436c951fd766e01743417999ac3fb2b5436c865f6ace2cfced1f210fa3a3e88c19ceb3bbe0534
HEAD_REF master
- patch remove-duplicate-AC_CONFIG_MACRO_DIR.patch
+ PATCHES remove-duplicate-AC_CONFIG_MACRO_DIR.patch
)
if(VCPKG_TARGET_IS_WINDOWS)
diff --git a/ports/hidapi/vcpkg.json b/ports/hidapi/vcpkg.json
index 01b7f7ba7..b4b1f1a73 100644
--- a/ports/hidapi/vcpkg.json
+++ b/ports/hidapi/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "hidapi",
"version-semver": "0.10.1",
- "port-version": 1,
+ "port-version": 2,
"description": "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows.",
"homepage": "https://github.com/libusb/hidapi",
"supports": "!(arm | uwp)",