diff options
| author | Rémy Tassoux <contact@rt2.fr> | 2020-11-17 23:45:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-17 14:45:32 -0800 |
| commit | 32c13c7ce883c2d07dad88c1ac8ada475acda474 (patch) | |
| tree | 90e4ee87c306a5730c58d947530c7718bfc615e7 /ports/directxmesh | |
| parent | 0b7e8c9e8ef7ce025ff19c92a0f80e2c48b5e855 (diff) | |
| download | vcpkg-32c13c7ce883c2d07dad88c1ac8ada475acda474.tar.gz vcpkg-32c13c7ce883c2d07dad88c1ac8ada475acda474.zip | |
[directxtk][directxtk12][directxtex][directxmesh] Update to latest version (#14539)
* [directxtk][directxtk12][directxtex][directxmesh] Update to latest version
https://github.com/microsoft/DirectXTK/releases/tag/nov2020
https://github.com/microsoft/DirectXTK12/releases/tag/nov2020
https://github.com/microsoft/DirectXTex/releases/tag/nov2020
https://github.com/microsoft/DirectXMesh/releases/tag/nov2020
* [directxlibs] Fix wrong port version
Diffstat (limited to 'ports/directxmesh')
| -rw-r--r-- | ports/directxmesh/CONTROL | 3 | ||||
| -rw-r--r-- | ports/directxmesh/portfile.cmake | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/directxmesh/CONTROL b/ports/directxmesh/CONTROL index b72a514eb..42c70287d 100644 --- a/ports/directxmesh/CONTROL +++ b/ports/directxmesh/CONTROL @@ -1,6 +1,5 @@ Source: directxmesh -Version: aug2020 -Port-Version: 1 +Version: nov2020 Homepage: https://walbourn.github.io/directxmesh Description: DirectXMesh geometry processing library Build-Depends: directxmesh[core,dx12](arm64|uwp) diff --git a/ports/directxmesh/portfile.cmake b/ports/directxmesh/portfile.cmake index 3017d39e6..b9c3227b0 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 aug2020
- SHA512 4a116b6266070a075aca523d9439eeab878b5406ffe5f94f7c008d659842750eab17b11c027c7f1da1ed12a0b8a43ab53dc5aaea8477a0bb029654cd477b5424
+ REF nov2020
+ SHA512 07bf8acba1f15f1b74d864ac624c7e0bfbdf5927c3e66f94ef78ab447e757daa01351ca8e1c8e8652dbb7008cee13c30247922af2d1712e61bc50bdb55cedf42
HEAD_REF master
)
|
