aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtk
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2020-08-26 00:09:11 +0200
committerGitHub <noreply@github.com>2020-08-25 15:09:11 -0700
commit963bff03fa1b083ab7bc8e0b839cc0509bc42a9e (patch)
treed8eb5a677a48b2050fb2290c821831f2dcb0dd93 /ports/directxtk
parentdea7d758c6e721a53608f41245e4ecbd3db838f0 (diff)
downloadvcpkg-963bff03fa1b083ab7bc8e0b839cc0509bc42a9e.tar.gz
vcpkg-963bff03fa1b083ab7bc8e0b839cc0509bc42a9e.zip
[directxtk][directxtk12][directxtex][directxmesh] Update to latest version (#13060)
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 0f627f6c8..c4bc1b1d6 100644
--- a/ports/directxtk/CONTROL
+++ b/ports/directxtk/CONTROL
@@ -1,4 +1,4 @@
Source: directxtk
-Version: jul2020
+Version: aug2020
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 b309add34..5f0be158b 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 jul2020
- SHA512 e1e77795c12e82d12f491b19b43353b0f7e9cce6343a648728d083e63ae369404029344168b84d6a5162b74c1db4ee5160cd5e01aef26c7fad2ee890e26f41c0
+ REF aug2020
+ SHA512 8f79104f7cebab20a739144471337c24fe5078d6d21760d76ec897569609a0a1f25fe2b16782e0561308470cb73a8901c1dd18f7b2741e30c0aa0cee09a30621
HEAD_REF master
)