diff options
| author | EniacMlezi <15785664+EniacMlezi@users.noreply.github.com> | 2021-03-15 18:59:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-15 10:59:52 -0700 |
| commit | ad81198dd911d9a95c728b65589b640890d4e531 (patch) | |
| tree | b83f2a509c02a226a229ba3bfb213f192ac30f92 | |
| parent | 1575c8381064ad2628cfc85b5fa064e04f46336a (diff) | |
| download | vcpkg-ad81198dd911d9a95c728b65589b640890d4e531.tar.gz vcpkg-ad81198dd911d9a95c728b65589b640890d4e531.zip | |
[openvr ] Update openvr to 1.16.8 (#16684)
* Bump openvr to 1.16.8
* Update openvr version in metadata files
Co-authored-by: lars <lars@domain.local>
| -rw-r--r-- | ports/openvr/CONTROL | 2 | ||||
| -rw-r--r-- | ports/openvr/portfile.cmake | 4 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/o-/openvr.json | 5 |
4 files changed, 9 insertions, 4 deletions
diff --git a/ports/openvr/CONTROL b/ports/openvr/CONTROL index bf99e3907..8ae10a92c 100644 --- a/ports/openvr/CONTROL +++ b/ports/openvr/CONTROL @@ -1,5 +1,5 @@ Source: openvr -Version: 1.12.5 +Version: 1.16.8 Homepage: https://github.com/ValveSoftware/openvr Description: an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting. Supports: !(arm|uwp|osx|android)
\ No newline at end of file diff --git a/ports/openvr/portfile.cmake b/ports/openvr/portfile.cmake index 207bd0f01..9b4b3d650 100644 --- a/ports/openvr/portfile.cmake +++ b/ports/openvr/portfile.cmake @@ -4,8 +4,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ValveSoftware/openvr - REF 3a010f0f668d8de59fcba75b14e08a6a08ec68a0 # v1.12.5 - SHA512 a96b8d4bceb23cea64b8f276a4ec70a5ac2a09ec317da37561bf55527bbf3dda2423b4f7323ed93301384c387061498f6089ae1ef50ad6ff77f46f0af662ccd3 + REF 4c85abcb7f7f1f02adaf3812018c99fc593bc341 # v1.16.8 + SHA512 366e553e6c9caa2bf884caf41b29a7ae6bdad165aeb56ea469625dc963bd91fd8423e753d07a28f8b6a69eed3939ba5a5e4fb0f84b52074bf6279b510e66f793 HEAD_REF master ) diff --git a/versions/baseline.json b/versions/baseline.json index 9b14bea94..586dae964 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4421,7 +4421,7 @@ "port-version": 0 }, "openvr": { - "baseline": "1.12.5", + "baseline": "1.16.8", "port-version": 0 }, "openxr-loader": { diff --git a/versions/o-/openvr.json b/versions/o-/openvr.json index d3ffb2408..49b04bdc7 100644 --- a/versions/o-/openvr.json +++ b/versions/o-/openvr.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "35ae9e20bdad47bb81e72b6ec792b6d15f6fba93", + "version-string": "1.16.8", + "port-version": 0 + }, + { "git-tree": "8bb491d21d959c966d12a8a6068f8b8d21aa7bc6", "version-string": "1.12.5", "port-version": 0 |
