From 4974430316845e5361675bb5dd61997ae8620e79 Mon Sep 17 00:00:00 2001 From: JoergAtGithub <64457745+JoergAtGithub@users.noreply.github.com> Date: Mon, 11 Jan 2021 09:03:33 +0100 Subject: [PATCH] Update to hidapi-0.10.1 (#15485) * Update to hidapi-0.10.1 * Update portfile.cmake * Deleted comment, which is no longer valid * Create CONTROL Added the missing CONTROL file on request of @JonLiu1993 * Delete CONTROL * Update vcpkg.json * Set version to the tag of the release --- ports/hidapi/portfile.cmake | 4 ++-- ports/hidapi/vcpkg.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ports/hidapi/portfile.cmake b/ports/hidapi/portfile.cmake index ea2cd092bf4..cf506171b0b 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 f73f97f2ead..2f9181f55c2 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)"