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/directxtex | |
| parent | 5e754c1d44155821702233649dc28c44cb9342bd (diff) | |
| download | vcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.tar.gz vcpkg-6ad96b7e7a69f12d12b299218cbbaf4fbad4bb9b.zip | |
2018.05.17 updates
Diffstat (limited to 'ports/directxtex')
| -rw-r--r-- | ports/directxtex/CONTROL | 2 | ||||
| -rw-r--r-- | ports/directxtex/portfile.cmake | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/directxtex/CONTROL b/ports/directxtex/CONTROL index 0d428284e..42efa2233 100644 --- a/ports/directxtex/CONTROL +++ b/ports/directxtex/CONTROL @@ -1,3 +1,3 @@ Source: directxtex
-Version: apr2018 +Version: may2018 Description: DirectXTex texture processing library
\ No newline at end of file diff --git a/ports/directxtex/portfile.cmake b/ports/directxtex/portfile.cmake index 41423a6cc..d80a831c1 100644 --- a/ports/directxtex/portfile.cmake +++ b/ports/directxtex/portfile.cmake @@ -12,8 +12,8 @@ endif() vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTex
- REF apr2018 - SHA512 b4e55358628c13f2a8f1f3cb0258a0d126057bc1dfa45e645e0ec21203cdda091c8244deeb775ec950ed534bddd82b71aa1d00f7356bf7f7c49a072bd206b373
+ REF may2018 + SHA512 208186f9efe045b6219ac19748896e3630494f75bec33030248b0d7b37d6d6c2433d3fce7141157f85ce068a27a170d0af153dfc4465a9d280aef181ebe3a51f
HEAD_REF master
)
|
