mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
* ktx-software: Restrict to 64-bit It works only on 64-bit Windows. * Sort fields and Update `license` Co-authored-by: HUMORCE <humorce@outlook.com>
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"version": "4.0.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.0.0/KTX-Software-4.0.0-win64.exe#/dl.7z",
|
|
"hash": "sha1:e71ed97e994d1389fbe78f16f008a750ed838fb2"
|
|
}
|
|
},
|
|
"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-win64.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "$url.sha1"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|