aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/hidapi/portfile.cmake4
-rw-r--r--ports/hidapi/vcpkg.json3
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/hidapi/portfile.cmake b/ports/hidapi/portfile.cmake
index ea2cd092b..cf506171b 100644
--- a/ports/hidapi/portfile.cmake
+++ b/ports/hidapi/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "linux" "osx" "uwp")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libusb/hidapi
- REF fc677b81951d8facc99bab6b4f0060b5d89e2e15 # use commit from master for windows/hidapi.vcxproj
- SHA512 8a779c1d4fe83e264046f3193a5cefe2d9765dcde30628767838180b3dec2bdd25c9c1ec9a96b3a7edaf00df7662b4d658f2b57bda67cebc7d7cb4e737cb1f88
+ REF hidapi-0.10.1
+ SHA512 0479706c631775483378070ff7170542725678eabc202a5bd07436c951fd766e01743417999ac3fb2b5436c865f6ace2cfced1f210fa3a3e88c19ceb3bbe0534
HEAD_REF master
)
diff --git a/ports/hidapi/vcpkg.json b/ports/hidapi/vcpkg.json
index f73f97f2e..2f9181f55 100644
--- a/ports/hidapi/vcpkg.json
+++ b/ports/hidapi/vcpkg.json
@@ -1,7 +1,6 @@
{
"name": "hidapi",
- "version-string": "2019-08-30",
- "port-version": 1,
+ "version-string": "0.10.1",
"description": "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows.",
"homepage": "https://github.com/libusb/hidapi",
"supports": "windows & !(arm | arm64 | uwp)"