aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtk
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2020-11-17 23:45:32 +0100
committerGitHub <noreply@github.com>2020-11-17 14:45:32 -0800
commit32c13c7ce883c2d07dad88c1ac8ada475acda474 (patch)
tree90e4ee87c306a5730c58d947530c7718bfc615e7 /ports/directxtk
parent0b7e8c9e8ef7ce025ff19c92a0f80e2c48b5e855 (diff)
downloadvcpkg-32c13c7ce883c2d07dad88c1ac8ada475acda474.tar.gz
vcpkg-32c13c7ce883c2d07dad88c1ac8ada475acda474.zip
[directxtk][directxtk12][directxtex][directxmesh] Update to latest version (#14539)
* [directxtk][directxtk12][directxtex][directxmesh] Update to latest version https://github.com/microsoft/DirectXTK/releases/tag/nov2020 https://github.com/microsoft/DirectXTK12/releases/tag/nov2020 https://github.com/microsoft/DirectXTex/releases/tag/nov2020 https://github.com/microsoft/DirectXMesh/releases/tag/nov2020 * [directxlibs] Fix wrong port version
Diffstat (limited to 'ports/directxtk')
-rw-r--r--ports/directxtk/CONTROL3
-rw-r--r--ports/directxtk/portfile.cmake4
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/directxtk/CONTROL b/ports/directxtk/CONTROL
index f9e7a8efb..42068aa10 100644
--- a/ports/directxtk/CONTROL
+++ b/ports/directxtk/CONTROL
@@ -1,6 +1,5 @@
Source: directxtk
-Version: sept2020
-Port-Version: 1
+Version: nov2020
Homepage: https://walbourn.github.io/directxtk
Description: A collection of helper classes for writing DirectX 11.x code in C++.
Build-Depends: directxtk[core,xaudio2-9](arm64|uwp)
diff --git a/ports/directxtk/portfile.cmake b/ports/directxtk/portfile.cmake
index 6311aac22..f10da7b84 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 sept2020
- SHA512 fcb98ffee960494f4ba9a3edd802dce7eacf8e0d9a17f712ea971cdf6c13d9ee4e403deecbcd2c8a4555301316334e6f987d6b051b7cb87e2ae76e41f213e91e
+ REF nov2020
+ SHA512 9d10a851f37deb428c16166cdecf38ffba28a4ab836f9753f071bccc570fcb22ce98271c6bbad9fa1380dddd1fa6602156a7aa1607d347139bda1860fc2210ce
HEAD_REF master
)