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
This commit is contained in:
JoergAtGithub 2021-01-11 09:03:33 +01:00 committed by GitHub
parent 5f9464aa95
commit 4974430316
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -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
)

View File

@ -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)"