aboutsummaryrefslogtreecommitdiff
path: root/ports/directx-headers
diff options
context:
space:
mode:
Diffstat (limited to 'ports/directx-headers')
-rw-r--r--ports/directx-headers/CONTROL2
-rw-r--r--ports/directx-headers/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/directx-headers/CONTROL b/ports/directx-headers/CONTROL
index ab4b573bb..08da6a236 100644
--- a/ports/directx-headers/CONTROL
+++ b/ports/directx-headers/CONTROL
@@ -1,5 +1,5 @@
Source: directx-headers
-Version: 1.0
+Version: 1.0.1
Homepage: https://devblogs.microsoft.com/directx/
Description: Official DirectX headers
Supports: windows|linux
diff --git a/ports/directx-headers/portfile.cmake b/ports/directx-headers/portfile.cmake
index dbb517000..67408840b 100644
--- a/ports/directx-headers/portfile.cmake
+++ b/ports/directx-headers/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_fail_port_install(ON_TARGET "OSX")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectX-Headers
- REF v1.0
- SHA512 73e35142ff460aa6114a9fa298ce409d4b1cb34fb7bbb1ca55687cf7aca05197c48a02ae8c81bcb36b39b1a3f75d8ecbe503a752df70f4b0980fc026a92df84b
+ REF v1.0.1
+ SHA512 1b0f89088b7dba846d443fd943787848435bd1b731adc7e2f4fab6f32203775153811a7d7c297ecf44ca60628db8346a8246942c609c5116481a70e67633fb04
HEAD_REF master
)