aboutsummaryrefslogtreecommitdiff
path: root/ports/directxtex
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2020-10-06 22:33:19 +0200
committerGitHub <noreply@github.com>2020-10-06 13:33:19 -0700
commit8b5dbd3b085a4d7043daab2ccc69539b30f9dfca (patch)
treec72c1b627fd95c33f5c6fd39750699cd94a9b01d /ports/directxtex
parent9ccf1f4e34bf08e23b403d99a73c5584421d0dfe (diff)
downloadvcpkg-8b5dbd3b085a4d7043daab2ccc69539b30f9dfca.tar.gz
vcpkg-8b5dbd3b085a4d7043daab2ccc69539b30f9dfca.zip
[directxtk][directxtk12][directxtex] Update to latest version (#13841)
https://github.com/microsoft/DirectXTK/releases/tag/sept2020 https://github.com/microsoft/DirectXTK12/releases/tag/sept2020 https://github.com/microsoft/DirectXTex/releases/tag/sept2020
Diffstat (limited to 'ports/directxtex')
-rw-r--r--ports/directxtex/CONTROL2
-rw-r--r--ports/directxtex/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/directxtex/CONTROL b/ports/directxtex/CONTROL
index a31a921c8..489642529 100644
--- a/ports/directxtex/CONTROL
+++ b/ports/directxtex/CONTROL
@@ -1,4 +1,4 @@
Source: directxtex
-Version: aug2020
+Version: sept2020
Homepage: https://walbourn.github.io/directxtex
Description: DirectXTex texture processing library \ No newline at end of file
diff --git a/ports/directxtex/portfile.cmake b/ports/directxtex/portfile.cmake
index bec2ca9ca..6967b2273 100644
--- a/ports/directxtex/portfile.cmake
+++ b/ports/directxtex/portfile.cmake
@@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY ONLY_DYNAMIC_CRT)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Microsoft/DirectXTex
- REF aug2020
- SHA512 f646ff51444f5f51da77e2c21998c7f9a6e014f1ffb1b814937e36e76d20c6a993808f34bda5721177d506f21f1bf36b09e94b18859c41f99043cd0eec5bc9d7
+ REF sept2020
+ SHA512 f6b5b07817c05c64a5281b0006b182f2ebd110d79f10332801b51a185486fd7426e18c454e66995e9f88c92d7b8cf0c03ae590aa040d92314bdd3d4989784156
HEAD_REF master
)