From e901b7f4042f310cdcfde6718234667a1bda47eb Mon Sep 17 00:00:00 2001 From: ISHIKAWA Takayuki Date: Sat, 31 Dec 2022 20:23:29 +0900 Subject: [PATCH] ktx-software: Restrict to 64-bit (#4276) * ktx-software: Restrict to 64-bit It works only on 64-bit Windows. * Sort fields and Update `license` Co-authored-by: HUMORCE --- bucket/ktx-software.json | 34 ++++++++++++++++++++++------------ 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/bucket/ktx-software.json b/bucket/ktx-software.json index bd255a2a11..21a5845152 100644 --- a/bucket/ktx-software.json +++ b/bucket/ktx-software.json @@ -1,23 +1,33 @@ { "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", + "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" + } + } + } + } }