From dd380654c632187e8ac5b2f55aac15892ad76bbd Mon Sep 17 00:00:00 2001 From: atkawa7 Date: Thu, 27 Jul 2017 21:17:34 -0700 Subject: [openvr] update --- ports/openvr/CONTROL | 2 +- ports/openvr/portfile.cmake | 8 ++++---- 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}) -- cgit v1.2.3