diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-05-01 02:11:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-30 11:11:21 -0700 |
| commit | efddfbf13e65a096146bda3580abb11a1aac5288 (patch) | |
| tree | b16c17d51d57a99d68f7f49e042dda2bea1e56c7 /versions | |
| parent | d36f68e33664487c80dcd7d200af9f86b2cc76c6 (diff) | |
| download | vcpkg-efddfbf13e65a096146bda3580abb11a1aac5288.tar.gz vcpkg-efddfbf13e65a096146bda3580abb11a1aac5288.zip | |
[hidapi] Add support linux and osx (#17231)
* [hidapi] Add support linux and osx
* Update versions
* Remove duplicate AC_CONFIG_MACRO_DIR
* Update versions/h-/hidapi.json
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/h-/hidapi.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index a51b875f7..0d9854ed2 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2458,7 +2458,7 @@ }, "hidapi": { "baseline": "0.10.1", - "port-version": 0 + "port-version": 1 }, "highfive": { "baseline": "2.2.2", diff --git a/versions/h-/hidapi.json b/versions/h-/hidapi.json index 56a48cbe6..d9e09e47f 100644 --- a/versions/h-/hidapi.json +++ b/versions/h-/hidapi.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "5322c7526edb02f08688e2831978b2be542755c9", + "version-semver": "0.10.1", + "port-version": 1 + }, + { "git-tree": "e252d2cc9ecde0cdecdf424af08a4292440f9efd", "version-string": "0.10.1", "port-version": 0 |
