Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.2
SHA512 c4d04bf570aa98dd88d7ce08ef1abb0675d500c9aa2c22f0437fa30b700a94446779f77e1170267926d5f6f0d9cdb2bb81ad1fe20d158c18587fddbca59e9517
REF hidapi-0.12.0
SHA512 0
HEAD_REF master
)

Expand Down
3 changes: 1 addition & 2 deletions ports/hidapi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "hidapi",
"version-semver": "0.11.2",
"port-version": 1,
"version-semver": "0.12.0",
"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
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2773,8 +2773,8 @@
"port-version": 0
},
"hidapi": {
"baseline": "0.11.2",
"port-version": 1
"baseline": "0.12.0",
"port-version": 0
},
"highfive": {
"baseline": "2.3",
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": "0c4bc45706d99498950491091ba8a5e8ccdd3964",
"version-semver": "0.12.0",
"port-version": 0
},
{
"git-tree": "145fcc6e2c3aa564666793d494a6b90c1323e0ac",
"version-semver": "0.11.2",
Expand Down