aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtex
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2020-07-09 21:33:08 +0200
committerGitHub <noreply@github.com>2020-07-09 12:33:08 -0700
commitb385e54baca496e07d31103d6b4731f79e0376ef (patch)
treeefbd83ba9432b4003734a9f8e7b347ac7ee5ab5b /ports/directxtex
parent3871d733493142a6d31f4f4755fffee5fa8c469c (diff)
downloadvcpkg-b385e54baca496e07d31103d6b4731f79e0376ef.tar.gz
vcpkg-b385e54baca496e07d31103d6b4731f79e0376ef.zip
[directxtk][directxtk12][directxtex][directxmesh] Update to latest version (#12332)
https://github.com/microsoft/DirectXTK/releases/tag/jul2020 https://github.com/microsoft/DirectXTK12/releases/tag/jul2020 https://github.com/microsoft/DirectXTex/releases/tag/jul2020 https://github.com/microsoft/DirectXMesh/releases/tag/jul2020
Diffstat (limited to 'ports/directxtex')
-rw-r--r--ports/directxtex/CONTROL2
-rw-r--r--ports/directxtex/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/directxtex/CONTROL b/ports/directxtex/CONTROL
index e7d5ac079..c4bcd2b9d 100644
--- a/ports/directxtex/CONTROL
+++ b/ports/directxtex/CONTROL
@@ -1,4 +1,4 @@
Source: directxtex
-Version: jun2020b
+Version: jul2020
Homepage: https://walbourn.github.io/directxtex
Description: DirectXTex texture processing library \ No newline at end of file
diff --git a/ports/directxtex/portfile.cmake b/ports/directxtex/portfile.cmake
index 171998225..79d4466aa 100644
--- a/ports/directxtex/portfile.cmake
+++ b/ports/directxtex/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/DirectXTex
- REF jun2020b
- SHA512 e6b978c2c01f7ed4440cf60df65bcf795cc772af4f4f7e6b32e02c32575bc6f779fad45c137ab6b69871463abb4800532318d9e95e12d9a9c0e52197d20c5bd1
+ REF jul2020
+ SHA512 5e0c8b181527eb613a830f2228cf66633591c43fd4424dde9efae08d366c7957fdee02ad716a26a7b40b106b1a17f22a0728c2b57d12e12e1dc55ed297f7825c
HEAD_REF master
)