Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OpenVR] Updated to version 2.5.1 #38554

Merged
merged 4 commits into from
May 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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/openvr/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ValveSoftware/openvr
REF v1.23.7
SHA512 c5942483ffca5cb9f80b52e49833756a5730efb75498ae0374e7f1c1344d52ea7b6b2d26584d415f777dda219fd418b0a20abb2132a0a0fe0ea30b60608f8cb7
REF v2.5.1
DeltaW0x marked this conversation as resolved.
Show resolved Hide resolved
SHA512 e224737e75f21ec074ca8450a1f1d81764aafeec924cc92a3f5571efc466d74280cb59b0ddfcd251431165ffbfae8aa0c8afe94144fe1c9106a3aa4c2761f3dc
HEAD_REF master
)

Expand Down
2 changes: 1 addition & 1 deletion ports/openvr/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openvr",
"version": "1.23.7",
"version": "2.5.1",
"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.",
"homepage": "https://github.com/ValveSoftware/openvr",
"license": "BSD-3-Clause",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6557,7 +6557,7 @@
"port-version": 2
},
"openvr": {
"baseline": "1.23.7",
"baseline": "2.5.1",
"port-version": 0
},
"openxr-loader": {
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openvr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7aa7b3754d9fec9dcdb5b91142d1b84af31a43ce",
"version": "2.5.1",
"port-version": 0
},
{
"git-tree": "97dd61e39d83bb4dfb8456227f147c9137aafc65",
"version": "1.23.7",
Expand Down