mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 20:12:47 +08:00
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:
parent
5f9464aa95
commit
4974430316
@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "linux" "osx" "uwp")
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO libusb/hidapi
|
REPO libusb/hidapi
|
||||||
REF fc677b81951d8facc99bab6b4f0060b5d89e2e15 # use commit from master for windows/hidapi.vcxproj
|
REF hidapi-0.10.1
|
||||||
SHA512 8a779c1d4fe83e264046f3193a5cefe2d9765dcde30628767838180b3dec2bdd25c9c1ec9a96b3a7edaf00df7662b4d658f2b57bda67cebc7d7cb4e737cb1f88
|
SHA512 0479706c631775483378070ff7170542725678eabc202a5bd07436c951fd766e01743417999ac3fb2b5436c865f6ace2cfced1f210fa3a3e88c19ceb3bbe0534
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "hidapi",
|
"name": "hidapi",
|
||||||
"version-string": "2019-08-30",
|
"version-string": "0.10.1",
|
||||||
"port-version": 1,
|
|
||||||
"description": "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows.",
|
"description": "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows.",
|
||||||
"homepage": "https://github.com/libusb/hidapi",
|
"homepage": "https://github.com/libusb/hidapi",
|
||||||
"supports": "windows & !(arm | arm64 | uwp)"
|
"supports": "windows & !(arm | arm64 | uwp)"
|
||||||
|
Loading…
Reference in New Issue
Block a user