aboutsummaryrefslogtreecommitdiff
path: root/ports/directxmesh
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-06-12 10:32:58 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-06-12 21:14:14 -0700
commit2a0bf9c488d5291e82a37d19d4b0f81e79678f0d (patch)
tree53f6b64abd06271f400852aa498657fc421277cd /ports/directxmesh
parente5253d22d264985f632aca4d13de365e6557b720 (diff)
downloadvcpkg-2a0bf9c488d5291e82a37d19d4b0f81e79678f0d.tar.gz
vcpkg-2a0bf9c488d5291e82a37d19d4b0f81e79678f0d.zip
Upgrades for 2018.06.12
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 82f5bcb27..c54cac571 100644
--- a/ports/directxmesh/CONTROL
+++ b/ports/directxmesh/CONTROL
@@ -1,3 +1,3 @@
Source: directxmesh
-Version: may2018-9f0b4e3
+Version: may2018b
Description: DirectXMesh geometry processing library \ No newline at end of file
diff --git a/ports/directxmesh/portfile.cmake b/ports/directxmesh/portfile.cmake
index 25d0eaa9d..5d4cd1729 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 9f0b4e3591e528f09eb454681297d7bf22e2ee9a
- SHA512 38b8a62bb591c9da034ba3a3186a5c2a4144eba0c9ee3b4ed851a0fc9492a3bdd6f33e508206e0fe6d4b9b58241a10f1bd1b7de5a39691ce8dea51fbaf0e0c65
+ REF may2018b
+ SHA512 97bc498c4e72c6ecdd579772f978da67c671a79132555a8505636df775cca4659944a6a05e0e30b6ce3c28ee7bf5dab0269aa7db233b1dbc79e2aa1d998749a9
HEAD_REF master
)