ScoopInstaller_Main/bucket/ktx-software.json
2023-06-13 12:30:26 +00:00

38 lines
1.5 KiB
JSON

{
"version": "4.2.0",
"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.0/KTX-Software-4.2.0-Windows-x64.exe#/dl.7z",
"hash": "a8d3940838e547f517bcd4e224cc5adbeacb9a6221c2a71d1fa3a85485a82015"
},
"arm64": {
"url": "https://github.com/KhronosGroup/KTX-Software/releases/download/v4.2.0/KTX-Software-4.2.0-Windows-arm64.exe#/dl.7z",
"hash": "5cbf5b67f37040daa907f3a85f5371c9fdc29baee460ef47203cd9f8a67ee4fc"
}
},
"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"
}
}
}
}