aboutsummaryrefslogtreecommitdiff
path: root/ports/directxmesh
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-05-17 17:35:11 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-05-17 22:56:05 -0700
commit6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b (patch)
tree1cc879c89e50b90f2613610d2ce1fc039d0353ac /ports/directxmesh
parent5e754c1d44155821702233649dc28c44cb9342bd (diff)
downloadvcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.tar.gz
vcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.zip
2018.05.17 updates
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 8b8206540..443917882 100644
--- a/ports/directxmesh/CONTROL
+++ b/ports/directxmesh/CONTROL
@@ -1,3 +1,3 @@
Source: directxmesh
-Version: apr2018
+Version: may2018
Description: DirectXMesh geometry processing library \ No newline at end of file
diff --git a/ports/directxmesh/portfile.cmake b/ports/directxmesh/portfile.cmake
index 090e0df36..89a83c272 100644
--- a/ports/directxmesh/portfile.cmake
+++ b/ports/directxmesh/portfile.cmake
@@ -12,8 +12,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXMesh
- REF apr2018
- SHA512 960e28665e4e79358e2985923e9fc9dbebc2ae5f8acb880b1f3990f2dc86683c266d41f14b0526fc391629c608b879915f88ce091eaee619debb48fc39fa9e3d
+ REF may2018
+ SHA512 33fe4a680f274b1e7a643cc1a49762d7c9528e1fefab8ec41010c8b3b094cad56731c23e4d098b0684689050a62a89186557cf448075e73b9f592bad22cb0ca0
HEAD_REF master
)