diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-09-17 17:20:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-17 08:20:57 -0700 |
| commit | 66dc12b3fa1863bf60afe75f2cfdd41298e52ee5 (patch) | |
| tree | 97c854b2bc6e784a5f41def106f9c336ebb14490 /ports/azure-kinect-sensor-sdk | |
| parent | 8a943f71ffb6d99ac8800b71172d4eff2d0c6df4 (diff) | |
| download | vcpkg-66dc12b3fa1863bf60afe75f2cfdd41298e52ee5.tar.gz vcpkg-66dc12b3fa1863bf60afe75f2cfdd41298e52ee5.zip | |
many-ports: Update supports field (#20053)
* many-ports: Update supports field
* Fix several "version-string"s.
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/azure-kinect-sensor-sdk')
| -rw-r--r-- | ports/azure-kinect-sensor-sdk/vcpkg.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/azure-kinect-sensor-sdk/vcpkg.json b/ports/azure-kinect-sensor-sdk/vcpkg.json index d54e59d4f..f20bbe2af 100644 --- a/ports/azure-kinect-sensor-sdk/vcpkg.json +++ b/ports/azure-kinect-sensor-sdk/vcpkg.json @@ -1,10 +1,10 @@ { "name": "azure-kinect-sensor-sdk", "version": "1.4.1", - "port-version": 2, + "port-version": 3, "description": "Azure Kinect SDK is a cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.", "homepage": "https://github.com/microsoft/Azure-Kinect-Sensor-SDK", - "supports": "!osx", + "supports": "linux & windows", "dependencies": [ "azure-c-shared-utility", "cjson", |
