aboutsummaryrefslogtreecommitdiff
path: root/ports/directxmesh
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2020-08-26 00:09:11 +0200
committerGitHub <noreply@github.com>2020-08-25 15:09:11 -0700
commit963bff03fa1b083ab7bc8e0b839cc0509bc42a9e (patch)
treed8eb5a677a48b2050fb2290c821831f2dcb0dd93 /ports/directxmesh
parentdea7d758c6e721a53608f41245e4ecbd3db838f0 (diff)
downloadvcpkg-963bff03fa1b083ab7bc8e0b839cc0509bc42a9e.tar.gz
vcpkg-963bff03fa1b083ab7bc8e0b839cc0509bc42a9e.zip
[directxtk][directxtk12][directxtex][directxmesh] Update to latest version (#13060)
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 55e8360d8..f4470fe6a 100644
--- a/ports/directxmesh/CONTROL
+++ b/ports/directxmesh/CONTROL
@@ -1,4 +1,4 @@
Source: directxmesh
-Version: jul2020
+Version: aug2020
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 ceece913a..56f6ab6ac 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 jul2020
- SHA512 27618f56fbce39d908417a44ea42ef0040254888fbb92108ecb06f6d70e06c1b168c0366c01f65c6b3d2c9915e445d1da85a48e11c23980cb4ab4b41e0b2904a
+ REF aug2020
+ SHA512 4a116b6266070a075aca523d9439eeab878b5406ffe5f94f7c008d659842750eab17b11c027c7f1da1ed12a0b8a43ab53dc5aaea8477a0bb029654cd477b5424
HEAD_REF master
)