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/directxtex | |
| 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/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 383057056..6ca6a224b 100644 --- a/ports/directxtex/CONTROL +++ b/ports/directxtex/CONTROL @@ -1,3 +1,3 @@ Source: directxtex
-Version: feb2019-1
+Version: apr2019 Description: DirectXTex texture processing library
diff --git a/ports/directxtex/portfile.cmake b/ports/directxtex/portfile.cmake index 74e3caf47..94f9b69cb 100644 --- a/ports/directxtex/portfile.cmake +++ b/ports/directxtex/portfile.cmake @@ -9,8 +9,8 @@ endif() vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTex
- REF feb2019
- SHA512 4eea6fadbcaf1332565034a061c0688fc8ac1c3a25df22b7602f52c0558974e5aaa6aa3104dcfbd2a1718df35272e33a3302f49c0f79f6bee14233bca2532893
+ REF apr2019 + SHA512 3e50c5beb25416a0720614321bb2b712b5677b50989909ca703801080023f8f8ad168bbe4e5dc522500325989a8f6982026d7dc5029ee28d9dcfe35efdd002de
HEAD_REF master
)
|
