aboutsummaryrefslogtreecommitdiff
path: root/ports/ktx
diff options
context:
space:
mode:
authorJack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com>2021-02-18 18:37:43 -0800
committerGitHub <noreply@github.com>2021-02-18 18:37:43 -0800
commit3ae84754fa6d0158cb4fdc0d215160f63f69cc9a (patch)
tree64e56d80f196a87594c6f1d1962413a98d5573c3 /ports/ktx
parent1bb5ea10a3ff03783b37369eb5180a50557f3b0f (diff)
downloadvcpkg-3ae84754fa6d0158cb4fdc0d215160f63f69cc9a.tar.gz
vcpkg-3ae84754fa6d0158cb4fdc0d215160f63f69cc9a.zip
[vcpkg baseline][ktx/otl] Update download hash (#16289)
Diffstat (limited to 'ports/ktx')
-rw-r--r--ports/ktx/portfile.cmake3
-rw-r--r--ports/ktx/vcpkg.json2
2 files changed, 3 insertions, 2 deletions
diff --git a/ports/ktx/portfile.cmake b/ports/ktx/portfile.cmake
index a4ef51f4f..c5cbe1f99 100644
--- a/ports/ktx/portfile.cmake
+++ b/ports/ktx/portfile.cmake
@@ -6,8 +6,9 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO KhronosGroup/KTX-Software
REF v${PORT_VERSION}
- SHA512 8c63be2a7c55b8fdb8c8aee1f7cacdc2105e54061691c69cddbd3bed49f8e907262cc3ae83dfd723e76f0911bd6c85f5bbc19347998988a1fc6ecae26bfecf33
+ SHA512 0ee0672413eaa8cbfacab13bfab9935be23fadcd63253012d9710f3f9ce9b0d62c43d50c652e47cb44d2878b20377026e65f3d37cdb1dd36b1c0241da250606a
HEAD_REF master
+ FILE_DISAMBIGUATOR 1
PATCHES
0001-Use-vcpkg-zstd.patch
0002-Fix-versioning.patch
diff --git a/ports/ktx/vcpkg.json b/ports/ktx/vcpkg.json
index 0e9be8732..42d06e8ee 100644
--- a/ports/ktx/vcpkg.json
+++ b/ports/ktx/vcpkg.json
@@ -1,7 +1,7 @@
{
"name": "ktx",
"version-string": "4.0.0-beta5",
- "port-version": 1,
+ "port-version": 2,
"description": "A small library of functions for writing and reading KTX files, and instantiating OpenGL®, OpenGL ES™️ and Vulkan® textures from them",
"homepage": "https://github.com/KhronosGroup/KTX-Software",
"supports": "!(uwp | x86)",