aboutsummaryrefslogtreecommitdiff
path: root/ports/directxmesh
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/directxmesh
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/directxmesh')
-rw-r--r--ports/directxmesh/CONTROL2
-rw-r--r--ports/directxmesh/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/directxmesh/CONTROL b/ports/directxmesh/CONTROL
index bf01adaea..55e8360d8 100644
--- a/ports/directxmesh/CONTROL
+++ b/ports/directxmesh/CONTROL
@@ -1,4 +1,4 @@
Source: directxmesh
-Version: jun2020
+Version: jul2020
Homepage: https://walbourn.github.io/directxmesh
Description: DirectXMesh geometry processing library \ No newline at end of file
diff --git a/ports/directxmesh/portfile.cmake b/ports/directxmesh/portfile.cmake
index 9998ecd25..ceece913a 100644
--- a/ports/directxmesh/portfile.cmake
+++ b/ports/directxmesh/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/DirectXMesh
- REF jun2020
- SHA512 1421c0bbe76ec9ea2fb3c61dacdede73ecfc1a2d0149cf70d0aca87ed91b87846f7b4581438e0dd8058d082092a872fbd432070f54c8b1d981d03b0db75e41d5
+ REF jul2020
+ SHA512 27618f56fbce39d908417a44ea42ef0040254888fbb92108ecb06f6d70e06c1b168c0366c01f65c6b3d2c9915e445d1da85a48e11c23980cb4ab4b41e0b2904a
HEAD_REF master
)