diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2019-05-08 17:51:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-08 17:51:44 -0700 |
| commit | 223d5d82ac06cefc009c7c125771f5569d086ac5 (patch) | |
| tree | ee1acc94b5385c6ba3dd57c3a2d3577a74b38e35 /ports/directxtk | |
| parent | 38aeee774a94b4cdb085e450ff579a404cc161c3 (diff) | |
| download | vcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.tar.gz vcpkg-223d5d82ac06cefc009c7c125771f5569d086ac5.zip | |
[many ports] Updates 2019.05.07 (#6338)
* [many ports] Updates 2019.05.07
* Undo assimp and gdcm2 changes since they caused regressions
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 81f29bd66..035c5d3a4 100644 --- a/ports/directxtk/CONTROL +++ b/ports/directxtk/CONTROL @@ -1,3 +1,3 @@ Source: directxtk -Version: feb2019-1 +Version: apr2019 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 bfa7384fb..245c8a4af 100644 --- a/ports/directxtk/portfile.cmake +++ b/ports/directxtk/portfile.cmake @@ -9,8 +9,8 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/DirectXTK - REF feb2019 - SHA512 f9b02eb8288d16eef9ab1fb81edb0c0fa9ee5a3eb4b990fe904306147f28a0bdb0ea8513d628806635b77bbfffd885ffd959efb95598584d9467742b6d31c0b3 + REF apr2019 + SHA512 811ed222c1650d34a8475e44719cca8972a85d96f9ccb10548e1501eb9d28fd8685de90832b517cdcbf21ae8c9160dea69000e8dca06fab745a15a7acc14ba98 HEAD_REF master ) |
