aboutsummaryrefslogtreecommitdiff
path: root/ports/directxmesh
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2019-05-08 17:51:44 -0700
committerGitHub <noreply@github.com>2019-05-08 17:51:44 -0700
commit223d5d82ac06cefc009c7c125771f5569d086ac5 (patch)
treeee1acc94b5385c6ba3dd57c3a2d3577a74b38e35 /ports/directxmesh
parent38aeee774a94b4cdb085e450ff579a404cc161c3 (diff)
downloadvcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.tar.gz
vcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.zip
[many ports] Updates 2019.05.07 (#6338)
* [many ports] Updates 2019.05.07 * Undo assimp and gdcm2 changes since they caused regressions
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 9c4de67c2..a9f4aa9b7 100644
--- a/ports/directxmesh/CONTROL
+++ b/ports/directxmesh/CONTROL
@@ -1,3 +1,3 @@
Source: directxmesh
-Version: feb2019-1
+Version: apr2019
Description: DirectXMesh geometry processing library
diff --git a/ports/directxmesh/portfile.cmake b/ports/directxmesh/portfile.cmake
index 0ec9d2b00..53cd44b0c 100644
--- a/ports/directxmesh/portfile.cmake
+++ b/ports/directxmesh/portfile.cmake
@@ -9,8 +9,8 @@ endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXMesh
- REF feb2019
- SHA512 341870f6a66626ec78ac283434e568fd664d3331468ac06554d6403c9b1a34a737895ca3bc8c073a01b983db31cc1e398ef4828a0e794a7382cba04a6cf28f05
+ REF apr2019
+ SHA512 a9e0dbf6483633a1727592de7e2fa733de993daff848d9ec2241ce54b67c7d24ed0419058f2f6ce256021dcf7e16d178b62ed9b8c7a1756504ab044f8740be1d
HEAD_REF master
)