aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtk
diff options
context:
space:
mode:
authorChuck Walbourn <walbourn@users.noreply.github.com>2021-10-01 17:03:20 -0700
committerGitHub <noreply@github.com>2021-10-01 17:03:20 -0700
commit339d01f19c163e6990cb466d7fdf91effbd6e621 (patch)
treeffc4059ef69a0907d24fe8fa47e5d27a7bdce3c3 /ports/directxtk
parentee1e12048e007f7247bd27622b13803c7a124bb1 (diff)
downloadvcpkg-339d01f19c163e6990cb466d7fdf91effbd6e621.tar.gz
vcpkg-339d01f19c163e6990cb466d7fdf91effbd6e621.zip
[directxtk, directxtk12, directxtex, directxmesh, uvatlas] ports updated for September 2021 release (#20457)
* Update for September 2021 GitHub releases * Update directx tool kit ports * Update versions * Convert directxmesh and uvatlas to vcpkg-cmake * Refresh version hash
Diffstat (limited to 'ports/directxtk')
-rw-r--r--ports/directxtk/portfile.cmake20
-rw-r--r--ports/directxtk/vcpkg.json2
2 files changed, 11 insertions, 11 deletions
diff --git a/ports/directxtk/portfile.cmake b/ports/directxtk/portfile.cmake
index 2698b9b2d..528615e61 100644
--- a/ports/directxtk/portfile.cmake
+++ b/ports/directxtk/portfile.cmake
@@ -5,8 +5,8 @@ vcpkg_fail_port_install(ON_TARGET "OSX" "Linux")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTK
- REF aug2021
- SHA512 ed4ff5c8a1f12e2489a4ddb653a0d8097da4a901498852ada5595959f6e6275531e11ca20d8ce16da19f3ac37193b23edf7c9c1b6d6a78a8810e8f0d399ca4b8
+ REF sept2021
+ SHA512 57fb4cf54b09abee87ff2471c1b504b071a9d3229a09d01d5de58fa3e8bfc956262f21ace88cf05b13f4ff4184b2f7c3b018f9b95d0cac55825c4e3c6549ee89
HEAD_REF master
)
@@ -36,16 +36,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/DirectXTK/releases/download/aug2021/MakeSpriteFont.exe"
- FILENAME "makespritefont-aug2021.exe"
- SHA512 a84786f57f7f26c4ab0cd446136d79c19a74296f5074396854c81ad67aedfccfe76e15025ba9bcfcabb993f0bb7247ca536d55b4574192efb3e7c2069abf70d7
+ URLS "https://github.com/Microsoft/DirectXTK/releases/download/sept2021/MakeSpriteFont.exe"
+ FILENAME "makespritefont-sept2021.exe"
+ SHA512 a22ec8e7d283585574a5aec82c937c2844e89e66ded01fea92bb278beb7ff32c8070fa3016192029ed8c106db7ef0356f867521a2603a4de7c085cd8db693d0a
)
vcpkg_download_distfile(
XWBTOOL_EXE
- URLS "https://github.com/Microsoft/DirectXTK/releases/download/aug2021/XWBTool.exe"
- FILENAME "xwbtool-aug2021.exe"
- SHA512 3dd1ebd04db21517f74453727512783141b997d33efc1a47236c9ff343310da17b4add4c4ba6e138ad35095fb77f4207e7458a9e51ee3f4872fc0e0cf62be5b5
+ URLS "https://github.com/Microsoft/DirectXTK/releases/download/sept2021/XWBTool.exe"
+ FILENAME "xwbtool-sept2021.exe"
+ SHA512 40f33af95bfdaf60a41564dc347d51768774ad7caa8529046e3f87256e80e165aa124b21193d0ffa1e94644343006d6de01807df317dfdf13377a31275b973ef
)
file(MAKE_DIRECTORY "${CURRENT_PACKAGES_DIR}/tools/directxtk/")
@@ -55,8 +55,8 @@ if((VCPKG_HOST_IS_WINDOWS) AND (VCPKG_TARGET_ARCHITECTURE MATCHES x64))
${XWBTOOL_EXE}
DESTINATION ${CURRENT_PACKAGES_DIR}/tools/directxtk/)
- file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxtk/makespritefont-aug2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxtk/makespritefont.exe)
- file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxtk/xwbtool-aug2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxtk/xwbtool.exe)
+ file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxtk/makespritefont-sept2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxtk/makespritefont.exe)
+ file(RENAME ${CURRENT_PACKAGES_DIR}/tools/directxtk/xwbtool-sept2021.exe ${CURRENT_PACKAGES_DIR}/tools/directxtk/xwbtool.exe)
elseif(NOT VCPKG_TARGET_IS_UWP)
diff --git a/ports/directxtk/vcpkg.json b/ports/directxtk/vcpkg.json
index f8b042df6..317cafb77 100644
--- a/ports/directxtk/vcpkg.json
+++ b/ports/directxtk/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "directxtk",
- "version-string": "aug2021",
+ "version-string": "sept2021",
"description": "A collection of helper classes for writing DirectX 11.x code in C++.",
"homepage": "https://github.com/Microsoft/DirectXTK",
"documentation": "https://github.com/microsoft/DirectXTK/wiki",