diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-05-17 17:35:11 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-05-17 22:56:05 -0700 |
| commit | 6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b (patch) | |
| tree | 1cc879c89e50b90f2613610d2ce1fc039d0353ac /ports/directxtk | |
| parent | 5e754c1d44155821702233649dc28c44cb9342bd (diff) | |
| download | vcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.tar.gz vcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.zip | |
2018.05.17 updates
Diffstat (limited to 'ports/directxtk')
| -rw-r--r-- | ports/directxtk/CONTROL | 2 | ||||
| -rw-r--r-- | ports/directxtk/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/directxtk/CONTROL b/ports/directxtk/CONTROL index 7c69aeba2..e52f8dc14 100644 --- a/ports/directxtk/CONTROL +++ b/ports/directxtk/CONTROL @@ -1,3 +1,3 @@ Source: directxtk -Version: apr2018 +Version: may2018 Description: A collection of helper classes for writing DirectX 11.x code in C++. diff --git a/ports/directxtk/portfile.cmake b/ports/directxtk/portfile.cmake index da7d9b40c..cd290e142 100644 --- a/ports/directxtk/portfile.cmake +++ b/ports/directxtk/portfile.cmake @@ -12,8 +12,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/DirectXTK - REF apr2018 - SHA512 d7e58883a7c18e239964ca0da62441446af233d99e221a6d23f1a3a89991b0bc1e4ca31205895230488abd4e65103f59ec950af42ba379e409783927ee97cc4a + REF may2018 + SHA512 0d492fcd72882aa91270b8fbaf9caa897bf4499931921fdded052129ecbb5476a373fa32ac0870897bc5ead9dae749f9b52e86fc617654f64b263041001cdfb5 HEAD_REF master ) |
