mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "4.4.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.4.0/KTX-Software-4.4.0-Windows-x64.exe#/dl.7z",
|
|
"hash": "9cdf437a5397141c6d3553ece964e2ec4479cabe10bcc13f189bfa12999634a2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/KhronosGroup/KTX-Software/releases/download/v4.4.0/KTX-Software-4.4.0-Windows-arm64.exe#/dl.7z",
|
|
"hash": "9249a13ced8afca0f87417593f4c8fb6d8c8850fe5319b9e2f0fbd21ec5ac599"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|