mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* ktx-software: Add version 4.0.0 * ktx-software: Add autoupdate for url, hash, extract_dir and licence fields * ktx-software: Remove "license" property from autoupdate "autoupdate" does not allow additional properties (https://ci.appveyor.com/project/r15ch13/main/builds/39191492/job/pt015o9cri22ch60#L491) * Update ktx-software.json Point to latest licenses instead of version specific ones.
24 lines
1.4 KiB
JSON
24 lines
1.4 KiB
JSON
{
|
|
"version": "4.0.0",
|
|
"description": "A collection of tools for creating/validating/supercompressing/converting or information display of ktx files.",
|
|
"license": "https://github.com/KhronosGroup/KTX-Software/blob/master/LICENSES/LicenseRef-Cesium-Trademark-Terms.txt, https://github.com/KhronosGroup/KTX-Software/blob/master/LICENSES/LicenseRef-ETCSLA.txt, https://github.com/KhronosGroup/KTX-Software/blob/master/LICENSES/LicenseRef-HI-Trademark.txt, https://github.com/KhronosGroup/KTX-Software/blob/master/LICENSES/LicenseRef-Kodak.txt, https://github.com/KhronosGroup/KTX-Software/blob/master/LICENSES/LicenseRef-PNGSuite.txt, Apache-2.0, BSD-1-Clause, BSD-2-Clause, BSD-3-Clause, BSL-1.0, CC-BY-3.0, CC-BY-4.0, CC0-1.0, GPL-2.0-or-later, MIT, Zlib",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/KhronosGroup/KTX-Software/releases/download/v$version/KTX-Software-$version-win64.exe#/dl.7z",
|
|
"hash": {
|
|
"url": "$url.sha1"
|
|
},
|
|
"extract_dir": "$version"
|
|
},
|
|
"homepage": "https://github.com/KhronosGroup/KTX-Software",
|
|
"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"
|
|
]
|
|
}
|