aboutsummaryrefslogtreecommitdiff
path: root/ports/directx-headers
diff options
context:
space:
mode:
authorChuck Walbourn <walbourn@users.noreply.github.com>2021-01-12 20:01:37 -0800
committerGitHub <noreply@github.com>2021-01-12 20:01:37 -0800
commit3fcfccf0ca97cfd3e9f98da5d152e2d38d75ed34 (patch)
tree3b39cb3a8f7463087d0cc0494492f7597f8c5fb8 /ports/directx-headers
parent2dd2e623455c79f53914f403280071b40a0bb2c8 (diff)
downloadvcpkg-3fcfccf0ca97cfd3e9f98da5d152e2d38d75ed34.tar.gz
vcpkg-3fcfccf0ca97cfd3e9f98da5d152e2d38d75ed34.zip
directxmesh, directxtex, and uvatlas now support linux (#15554)
* Update for directx-headers release 1.0.1 * DirectXMesh, DirectXTex, and UVAtlas now support Linux * Updated hashes and bins * Fix linux builds * Fixed directxtex[openexr] for x64-linux * Removed stray file * directxmath hot-fix for GCC arm64 * Fixed hash * Hash fix again * x64-linux CIs use GCC 7, but I require GCC 9 * Added warning message for GCC 9 requirement
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
)