ScoopInstaller_Main/bucket/ktx-software.json
2024-02-07 08:25:11 +00:00

38 lines
1.5 KiB
JSON

{
"version": "4.3.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.3.1/KTX-Software-4.3.1-Windows-x64.exe#/dl.7z",
"hash": "ca1f545874ea2d4d7fbf42ab7d793bc3097ab9ad7c1eb80df41440be5adca24d"
},
"arm64": {
"url": "https://github.com/KhronosGroup/KTX-Software/releases/download/v4.3.1/KTX-Software-4.3.1-Windows-arm64.exe#/dl.7z",
"hash": "c17df3aca53ee5f3d4058c3fd61ed230064223d09b25cc9084fdf47922e5e3f2"
}
},
"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"
}
}
}
}