diff options
| author | Chuck Walbourn <walbourn@users.noreply.github.com> | 2021-08-26 15:37:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-26 15:37:42 -0700 |
| commit | fefb2c12b66680c6a9b58822624ec60e95abc642 (patch) | |
| tree | b89e7ff0581d740f2dc8679931095c77b709f3fd /ports/directxtk12 | |
| parent | a6ce2965b5725a6395fa587ad456105fc3412e4a (diff) | |
| download | vcpkg-fefb2c12b66680c6a9b58822624ec60e95abc642.tar.gz vcpkg-fefb2c12b66680c6a9b58822624ec60e95abc642.zip | |
[directxtk, directxtk12, directxtex] ports updated for August 2021 release (#19320)
* DirectXTex port updated
* DirectX Tool Kit updated for August 2021 release
* Update baseline
* Remove build of MakeSpriteFont
* Update baseline
* Added 4.7.2 .NET TargetingPack
* Back out adding .NET targeting pack, forked out as https://github.com/microsoft/vcpkg/pull/19764
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/directxtk12')
| -rw-r--r-- | ports/directxtk12/portfile.cmake | 20 | ||||
| -rw-r--r-- | ports/directxtk12/vcpkg.json | 4 |
2 files changed, 12 insertions, 12 deletions
diff --git a/ports/directxtk12/portfile.cmake b/ports/directxtk12/portfile.cmake index f1a1edff0..3eabb68b6 100644 --- a/ports/directxtk12/portfile.cmake +++ b/ports/directxtk12/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_fail_port_install(ON_TARGET "OSX" "Linux") vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Microsoft/DirectXTK12 - REF jun2021 - SHA512 8d33232a5422283a0a69850a7913b88ccbf9720e5172fe82171d38a0f42b487ba5cca4f356eeaee975bcbb931a5e7ddbce1c335c3c93f01e79f85d65613e5387 + REF aug2021 + SHA512 9d0234d7f8d631fa7cb434487bb1fbb4a52760550962f8ebd5a8c09b33cc2b328651b0c0355057e9b172b7445c86b083f33967ee7918a5eeaf19b3e4915dfe00 HEAD_REF master ) @@ -22,16 +22,16 @@ vcpkg_fixup_cmake_targets(CONFIG_PATH cmake) if((VCPKG_HOST_IS_WINDOWS) AND (VCPKG_TARGET_ARCHITECTURE MATCHES x64)) vcpkg_download_distfile( MAKESPRITEFONT_EXE - URLS "https://github.com/Microsoft/DirectXTK12/releases/download/jun2021/MakeSpriteFont.exe" - FILENAME "makespritefont-jun2021.exe" - SHA512 4618090f65332c64cb5601a7095c60c87a3a41e9c030d7422d36f14b04dcd80c7aa26438733b892f91daf19fadd44591a814b77c3ca04590ad6c61ecbe909a65 + URLS "https://github.com/Microsoft/DirectXTK12/releases/download/aug2021/MakeSpriteFont.exe" + FILENAME "makespritefont-aug2021.exe" + SHA512 a84786f57f7f26c4ab0cd446136d79c19a74296f5074396854c81ad67aedfccfe76e15025ba9bcfcabb993f0bb7247ca536d55b4574192efb3e7c2069abf70d7 ) vcpkg_download_distfile( XWBTOOL_EXE - URLS "https://github.com/Microsoft/DirectXTK12/releases/download/jun2021/XWBTool.exe" - FILENAME "xwbtool-jun2021.exe" - SHA512 dc74081b9569a9ca736984d8da1a5b2dc852f85d07a629d6e0ef7f2b4313987ec82d2ff1e0cfa19a89c7387182644869ac2a8f842d30609d88ccae7c01ce3f80 + URLS "https://github.com/Microsoft/DirectXTK12/releases/download/aug2021/XWBTool.exe" + FILENAME "xwbtool-aug2021.exe" + SHA512 3dd1ebd04db21517f74453727512783141b997d33efc1a47236c9ff343310da17b4add4c4ba6e138ad35095fb77f4207e7458a9e51ee3f4872fc0e0cf62be5b5 ) file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/tools/directxtk12/") @@ -41,8 +41,8 @@ if((VCPKG_HOST_IS_WINDOWS) AND (VCPKG_TARGET_ARCHITECTURE MATCHES x64)) ${XWBTOOL_EXE} DESTINATION ${CURRENT_PACKAGES_DIR}/tools/directxtk12/) - file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxtk12/makespritefont-jun2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxtk12/makespritefont.exe) - file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxtk12/xwbtool-jun2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxtk12/xwbtool.exe) + file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxtk12/makespritefont-aug2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxtk12/makespritefont.exe) + file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxtk12/xwbtool-aug2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxtk12/xwbtool.exe) endif() file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") diff --git a/ports/directxtk12/vcpkg.json b/ports/directxtk12/vcpkg.json index b3d46b054..9a701bea5 100644 --- a/ports/directxtk12/vcpkg.json +++ b/ports/directxtk12/vcpkg.json @@ -1,8 +1,8 @@ { "name": "directxtk12", - "version-string": "jun2021", + "version-string": "aug2021", "description": "A collection of helper classes for writing DirectX 12 code in C++.", - "homepage": "http://go.microsoft.com/fwlink/?LinkID=615561", + "homepage": "https://github.com/Microsoft/DirectXTK12", "documentation": "https://github.com/microsoft/DirectXTK12/wiki", "license": "MIT", "supports": "windows", |
