aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtk12
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2020-06-17 23:48:39 +0200
committerGitHub <noreply@github.com>2020-06-17 14:48:39 -0700
commit7960648b4d922888e7a5c2a4c3ae9e153eab0374 (patch)
tree9e21d4fddb47e8a8d03dfdf954d944eafcc7c196 /ports/directxtk12
parent4e2f4d3b03bdf5244691e549f726be5581a83fd8 (diff)
downloadvcpkg-7960648b4d922888e7a5c2a4c3ae9e153eab0374.tar.gz
vcpkg-7960648b4d922888e7a5c2a4c3ae9e153eab0374.zip
[directxtk12][directxtex] Update to latest version (#11971)
https://github.com/microsoft/DirectXTK12/releases/tag/jun2020b https://github.com/microsoft/DirectXTex/releases/tag/jun2020b
Diffstat (limited to 'ports/directxtk12')
-rw-r--r--ports/directxtk12/CONTROL8
-rw-r--r--ports/directxtk12/portfile.cmake4
2 files changed, 6 insertions, 6 deletions
diff --git a/ports/directxtk12/CONTROL b/ports/directxtk12/CONTROL
index 90007bd69..eb0388148 100644
--- a/ports/directxtk12/CONTROL
+++ b/ports/directxtk12/CONTROL
@@ -1,4 +1,4 @@
-Source: directxtk12
-Version: jun2020
-Homepage: https://walbourn.github.io/directx-tool-kit-for-directx-12
-Description: A collection of helper classes for writing DirectX 12 code in C++.
+Source: directxtk12
+Version: jun2020b
+Homepage: https://walbourn.github.io/directx-tool-kit-for-directx-12
+Description: A collection of helper classes for writing DirectX 12 code in C++.
diff --git a/ports/directxtk12/portfile.cmake b/ports/directxtk12/portfile.cmake
index fd2994d4b..154b0880e 100644
--- a/ports/directxtk12/portfile.cmake
+++ b/ports/directxtk12/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/DirectXTK12
- REF jun2020
- SHA512 32744ead91216e6e19fb7f8de4924cdb5eba1d04ff7c17d41dd9f497f848c031ac9ec03924d389af2ef893f93995a0f05ffb682383c4ec37253189e405a8eae0
+ REF jun2020b
+ SHA512 5c8815e574d5acfffcf4c14ca06f028353bc30fb3b3680235fba9f94472a553a36cdfd38d0f8a87c63e2be7672b62174482373635fb55020c5ec4a097805dbff
HEAD_REF master
)