Skip to content

Commit

Permalink
[hidapi] Update hidapi to version 0.13.1 (#28759)
Browse files Browse the repository at this point in the history
* Update hidapi to version 0.13.1

* Removed 0.13.0 from hidapi.json
  • Loading branch information
JoergAtGithub authored Jan 12, 2023
1 parent b442de3 commit 4565f4c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/hidapi/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libusb/hidapi
REF hidapi-0.12.0
SHA512 866268927698db6fa553e000ead3c0c4b8df67ea768d36acac9c71f06f0bd8283778e90eee03f81aaa930f38dbb5719391906c7d2742b74479ffa436104f5fa4
REF hidapi-0.13.1
SHA512 07b224b9b5146caf693e6d67514fed236436ed68f38a3ada98ebf8352dfaa4e175f576902affb4b79da1bb8c9b47a1ee0831a93c7d3d210e93faee24632f7d53
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/hidapi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hidapi",
"version-semver": "0.12.0",
"version-semver": "0.13.1",
"description": "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows.",
"homepage": "https://github.com/libusb/hidapi",
"license": "BSD-3-Clause-Clear",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2945,7 +2945,7 @@
"port-version": 0
},
"hidapi": {
"baseline": "0.12.0",
"baseline": "0.13.1",
"port-version": 0
},
"highfive": {
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/hidapi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7deb8cf068244c5583ce565bf1d302b369ed622b",
"version-semver": "0.13.1",
"port-version": 0
},
{
"git-tree": "803a911247de97c28264c5dee2102b368137562d",
"version-semver": "0.12.0",
Expand Down

0 comments on commit 4565f4c

Please sign in to comment.