ScoopInstaller_Main/bucket/ktx-software.json
Zarin ec2333eb55
ktx-software: Update to version 4.1.0 (#4709)
- Fix autoupdate url
- Add arm64
2023-04-22 06:27:36 +00:00

38 lines
1.5 KiB
JSON

{
"version": "4.1.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.1.0/KTX-Software-4.1.0-Windows-x64.exe#/dl.7z",
"hash": "eea1a71f764f12958ff61ef08aae203b454b62a48a5373cd893f5e99e17840f4"
},
"arm64": {
"url": "https://github.com/KhronosGroup/KTX-Software/releases/download/v4.1.0/KTX-Software-4.1.0-Windows-arm64.exe#/dl.7z",
"hash": "cdb4200f0c7d576f8d434055639bd29b9ea302c4c900ea787380a560304769e5"
}
},
"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"
}
}
}
}