{
    "version": "4.2.1",
    "description": "A collection of tools for creating/validating/supercompressing/converting or information display of ktx files.",
    "homepage": "https://github.com/KhronosGroup/KTX-Software",
    "license": {
        "identifier": "Apache-2.0|Multiple licences",
        "url": "https://github.com/KhronosGroup/KTX-Software/blob/master/LICENSE.md"
    },
    "architecture": {
        "64bit": {
            "url": "https://github.com/KhronosGroup/KTX-Software/releases/download/v4.2.1/KTX-Software-4.2.1-Windows-x64.exe#/dl.7z",
            "hash": "53965c77057f2b29a557276f9b4f84710ed343419ee32530d33fb542b6984716"
        },
        "arm64": {
            "url": "https://github.com/KhronosGroup/KTX-Software/releases/download/v4.2.1/KTX-Software-4.2.1-Windows-arm64.exe#/dl.7z",
            "hash": "d1865775d42b695ec3b415735897e5c04288084f328632d7cac9ec752f9ec6df"
        }
    },
    "bin": [
        "bin/ktx2check.exe",
        "bin/ktx2ktx2.exe",
        "bin/ktxinfo.exe",
        "bin/ktxsc.exe",
        "bin/toktx.exe"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/KhronosGroup/KTX-Software/releases/download/v$version/KTX-Software-$version-Windows-x64.exe#/dl.7z"
            },
            "arm64": {
                "url": "https://github.com/KhronosGroup/KTX-Software/releases/download/v$version/KTX-Software-$version-Windows-arm64.exe#/dl.7z"
            }
        }
    }
}
