aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-07-28 09:20:18 -0700
committerGitHub <noreply@github.com>2017-07-28 09:20:18 -0700
commit3510067988bb1ef09bd34423bb300f1884c9d6ff (patch)
tree2d0ae7e684d1378b4ec00e3ff72076154aa292fa
parente385ce6c32dfff4afe86da6739efec22a5081914 (diff)
parentdd380654c632187e8ac5b2f55aac15892ad76bbd (diff)
downloadvcpkg-3510067988bb1ef09bd34423bb300f1884c9d6ff.tar.gz
vcpkg-3510067988bb1ef09bd34423bb300f1884c9d6ff.zip
Merge pull request #1561 from atkawa7/openvr
[openvr] update
-rw-r--r--ports/openvr/CONTROL2
-rw-r--r--ports/openvr/portfile.cmake8
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/openvr/CONTROL b/ports/openvr/CONTROL
index 2a2228ba2..69d7ba966 100644
--- a/ports/openvr/CONTROL
+++ b/ports/openvr/CONTROL
@@ -1,3 +1,3 @@
Source: openvr
-Version: 1.0.5
+Version: 1.0.9
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.
diff --git a/ports/openvr/portfile.cmake b/ports/openvr/portfile.cmake
index 94e90143d..50ec79d77 100644
--- a/ports/openvr/portfile.cmake
+++ b/ports/openvr/portfile.cmake
@@ -7,11 +7,11 @@
#
include(vcpkg_common_functions)
-set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/openvr-1.0.5)
+set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/openvr-1.0.9)
vcpkg_download_distfile(ARCHIVE
- URLS "https://github.com/ValveSoftware/openvr/archive/v1.0.5.zip"
- FILENAME "openvr-v1.0.5.zip"
- SHA512 18c2e3f7a8754d0e9389c953d0af70788c77adf43f51d25b6664beaeb407dc8d2daa755396c45ce2b4be1b08d333b378810dbebdf3c9bb5f5a03a9d372dc97b0
+ URLS "https://github.com/ValveSoftware/openvr/archive/v1.0.9.zip"
+ FILENAME "openvr-v1.0.9.zip"
+ SHA512 969cf6bf94802553bb4f1e5d6a2348566847b3d60efee9d8f83233d1d85e44a870e388028be956950d4f8ecb79f8e0bcf0a6b987b0ab3083060ece5ea48b8fa7
)
vcpkg_extract_source_archive(${ARCHIVE})