aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEhsan <mohammadi.ehsan1994@gmail.com>2019-08-25 00:34:08 +0430
committerCurtis J Bezault <curtbezault@gmail.com>2019-08-24 13:04:08 -0700
commitaa19cb481f32ebb9594a511b04b42f145156e7b8 (patch)
tree1298019c0c121cb020cf6388ad12e5bd4d406e89
parent3293ff174fab47882bda19c23a04e32f6ac9bec1 (diff)
downloadvcpkg-aa19cb481f32ebb9594a511b04b42f145156e7b8.tar.gz
vcpkg-aa19cb481f32ebb9594a511b04b42f145156e7b8.zip
[directxmesh] Update library to aug2019 (#7869)
-rw-r--r--ports/directxmesh/CONTROL4
-rw-r--r--ports/directxmesh/portfile.cmake4
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/directxmesh/CONTROL b/ports/directxmesh/CONTROL
index 331466f53..63b94376d 100644
--- a/ports/directxmesh/CONTROL
+++ b/ports/directxmesh/CONTROL
@@ -1,4 +1,4 @@
Source: directxmesh
-Version: jun2019-1
-Homepage: https://github.com/Microsoft/DirectXMesh
+Version: aug2019
+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 3cf718727..9c00ef4fe 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 jun2019
- SHA512 6d42cd4d3e34e7f3bd5cee1a9ad90c9f89eafa55951a0a8d776034a05caa06b0fd17629547d14c8f2b4d0c5fafdbd24ae05c2a6582b5d069093d6b4dadac09a0
+ REF aug2019
+ SHA512 7b5a02783444a89813c6736e3d6eadf66515bdd10055b9b6b1bc25b30ee0ec315ec9936d3a9bd52b2b8df78b3b5072465963c8123c04f77a1838d5cddc4eeb21
HEAD_REF master
)