aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtk
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2020-07-09 21:33:08 +0200
committerGitHub <noreply@github.com>2020-07-09 12:33:08 -0700
commitb385e54baca496e07d31103d6b4731f79e0376ef (patch)
treeefbd83ba9432b4003734a9f8e7b347ac7ee5ab5b /ports/directxtk
parent3871d733493142a6d31f4f4755fffee5fa8c469c (diff)
downloadvcpkg-b385e54baca496e07d31103d6b4731f79e0376ef.tar.gz
vcpkg-b385e54baca496e07d31103d6b4731f79e0376ef.zip
[directxtk][directxtk12][directxtex][directxmesh] Update to latest version (#12332)
https://github.com/microsoft/DirectXTK/releases/tag/jul2020 https://github.com/microsoft/DirectXTK12/releases/tag/jul2020 https://github.com/microsoft/DirectXTex/releases/tag/jul2020 https://github.com/microsoft/DirectXMesh/releases/tag/jul2020
Diffstat (limited to 'ports/directxtk')
-rw-r--r--ports/directxtk/CONTROL2
-rw-r--r--ports/directxtk/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/directxtk/CONTROL b/ports/directxtk/CONTROL
index 29a79263d..0f627f6c8 100644
--- a/ports/directxtk/CONTROL
+++ b/ports/directxtk/CONTROL
@@ -1,4 +1,4 @@
Source: directxtk
-Version: jun2020
+Version: jul2020
Homepage: https://walbourn.github.io/directxtk
Description: A collection of helper classes for writing DirectX 11.x code in C++.
diff --git a/ports/directxtk/portfile.cmake b/ports/directxtk/portfile.cmake
index ee8dba800..b309add34 100644
--- a/ports/directxtk/portfile.cmake
+++ b/ports/directxtk/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY ONLY_DYNAMIC_CRT)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTK
- REF jun2020
- SHA512 7c310ae41816cf9390fbf584a04470206ce472032ec7da75d8cd42eb46e93457e9933c96878d792a911699343fbed4a50504b0e799f4435662a4165a3be79197
+ REF jul2020
+ SHA512 e1e77795c12e82d12f491b19b43353b0f7e9cce6343a648728d083e63ae369404029344168b84d6a5162b74c1db4ee5160cd5e01aef26c7fad2ee890e26f41c0
HEAD_REF master
)