aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoergAtGithub <64457745+JoergAtGithub@users.noreply.github.com>2021-01-11 09:03:33 +0100
committerGitHub <noreply@github.com>2021-01-11 00:03:33 -0800
commit4974430316845e5361675bb5dd61997ae8620e79 (patch)
treea7a9511fa7f39530300409bf037ba5a3ce0a0c87
parent5f9464aa957f3d7f3eda3bea8ea3a9b3219fc15b (diff)
downloadvcpkg-4974430316845e5361675bb5dd61997ae8620e79.tar.gz
vcpkg-4974430316845e5361675bb5dd61997ae8620e79.zip
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
-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)"