mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "4.3.2",
|
|
"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.2/KTX-Software-4.3.2-Windows-x64.exe#/dl.7z",
|
|
"hash": "7026747cf969fa9d24f46114428ceac4e69cb43532c234192f9285bb871b7906"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/KhronosGroup/KTX-Software/releases/download/v4.3.2/KTX-Software-4.3.2-Windows-arm64.exe#/dl.7z",
|
|
"hash": "d02a77df6b3a37aab37389aaa3050c6f2c44bec14b32f1a63306b6703d167af9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|