diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-07-08 05:15:42 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-07-08 22:29:53 -0700 |
| commit | 86fecfc61c3b9b0f5e93b47e4c5d807322e08847 (patch) | |
| tree | d5fb74caf33115bb44688cefd76b4aecec32b37e /ports/directxtk | |
| parent | bd5bad18e40c2cc8af26558166a580f37993ac01 (diff) | |
| download | vcpkg-86fecfc61c3b9b0f5e93b47e4c5d807322e08847.tar.gz vcpkg-86fecfc61c3b9b0f5e93b47e4c5d807322e08847.zip | |
Upgrades 2018.07.08
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 5d18e7c92..254c61337 100644 --- a/ports/directxtk/CONTROL +++ b/ports/directxtk/CONTROL @@ -1,3 +1,3 @@ Source: directxtk -Version: may2018b +Version: jul2018 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 ebeceeddb..317831c96 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 may2018b - SHA512 0d6f47e99d50c4d98234734d050bf8d302d08960221a114387aa11bebd4da98bcd9617d03214490aa55b97c49c2024f22defc18136ad9f26685437ff74c1db07 + REF jul2018 + SHA512 1e962bc7f3ab730616bb7ec07d54904cbd636033ca0bba722170690dc906524968df66ad440e3423273120b9e4dc53a28ae7edb8a2568c58e5eed816d8e9a619 HEAD_REF master ) |
