aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtk12
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/directxtk12
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/directxtk12')
-rw-r--r--ports/directxtk12/CONTROL3
-rw-r--r--ports/directxtk12/portfile.cmake4
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/directxtk12/CONTROL b/ports/directxtk12/CONTROL
index c5c30e5f0..4551b56c5 100644
--- a/ports/directxtk12/CONTROL
+++ b/ports/directxtk12/CONTROL
@@ -1,5 +1,4 @@
Source: directxtk12
-Version: sept2020
-Port-Version: 1
+Version: nov2020
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 01efa2aa3..825cdae2a 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 sept2020
- SHA512 25963234068700944d29f93e376d3e9dcb27689ae953f790b53f931d5776d33ae047dc340464894805ce13be469efacc3c73e731691e66cdb2c7624b14dc25ff
+ REF nov2020
+ SHA512 fd49bd8f124ac5c9808f8da09a955599234712b74525fd27739135f9044883b65f4c570048a9fe335f6aa82c8d49de1e6c0e81c904696ade3cd63b1982cf4d68
HEAD_REF master
)