mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
38 lines
1.5 KiB
JSON
38 lines
1.5 KiB
JSON
{
|
|
"version": "4.4.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.4.1/KTX-Software-4.4.1-Windows-x64.exe#/dl.7z",
|
|
"hash": "64ec976ab262343d23f1247b9e1769d3ccfe9a741cb4dcae31700bef0e2c75d2"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/KhronosGroup/KTX-Software/releases/download/v4.4.1/KTX-Software-4.4.1-Windows-arm64.exe#/dl.7z",
|
|
"hash": "3be242d3cbb26e9dd6c1be53251bb1a84fda09a292f625de7df2fb8ad3e1e441"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|