ktx-software: Add version 4.0.0 (#2150)

* 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.
This commit is contained in:
ItsBasi 2021-10-27 22:12:59 +02:00 committed by GitHub
parent 8639ee8a35
commit e086664c68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/ktx-software.json Normal file
View File

@ -0,0 +1,23 @@
{
"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"
]
}