aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtk
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2020-10-06 22:33:19 +0200
committerGitHub <noreply@github.com>2020-10-06 13:33:19 -0700
commit8b5dbd3b085a4d7043daab2ccc69539b30f9dfca (patch)
treec72c1b627fd95c33f5c6fd39750699cd94a9b01d /ports/directxtk
parent9ccf1f4e34bf08e23b403d99a73c5584421d0dfe (diff)
downloadvcpkg-8b5dbd3b085a4d7043daab2ccc69539b30f9dfca.tar.gz
vcpkg-8b5dbd3b085a4d7043daab2ccc69539b30f9dfca.zip
[directxtk][directxtk12][directxtex] Update to latest version (#13841)
https://github.com/microsoft/DirectXTK/releases/tag/sept2020 https://github.com/microsoft/DirectXTK12/releases/tag/sept2020 https://github.com/microsoft/DirectXTex/releases/tag/sept2020
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 c4bc1b1d6..56b60843b 100644
--- a/ports/directxtk/CONTROL
+++ b/ports/directxtk/CONTROL
@@ -1,4 +1,4 @@
Source: directxtk
-Version: aug2020
+Version: sept2020
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 5f0be158b..0815d68e1 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 aug2020
- SHA512 8f79104f7cebab20a739144471337c24fe5078d6d21760d76ec897569609a0a1f25fe2b16782e0561308470cb73a8901c1dd18f7b2741e30c0aa0cee09a30621
+ REF sept2020
+ SHA512 fcb98ffee960494f4ba9a3edd802dce7eacf8e0d9a17f712ea971cdf6c13d9ee4e403deecbcd2c8a4555301316334e6f987d6b051b7cb87e2ae76e41f213e91e
HEAD_REF master
)