aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtk12
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/directxtk12
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/directxtk12')
-rw-r--r--ports/directxtk12/CONTROL2
-rw-r--r--ports/directxtk12/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/directxtk12/CONTROL b/ports/directxtk12/CONTROL
index 934d3f612..795111628 100644
--- a/ports/directxtk12/CONTROL
+++ b/ports/directxtk12/CONTROL
@@ -1,4 +1,4 @@
Source: directxtk12
-Version: aug2020
+Version: sept2020
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 148ce6cfc..7310ee0a2 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 aug2020
- SHA512 ad462fd36175a11f5825a3d49c2363ed37a15f3e849e95694bef1d7f40fb6b1c6c579565884eb1d099efaabd91c0d9222c335d92bfba5b83a363cb9934ef503f
+ REF sept2020
+ SHA512 25963234068700944d29f93e376d3e9dcb27689ae953f790b53f931d5776d33ae047dc340464894805ce13be469efacc3c73e731691e66cdb2c7624b14dc25ff
HEAD_REF master
)