ktx-software: Update to version 4.1.0 (#4709)

- Fix autoupdate url
- Add arm64
This commit is contained in:
Zarin 2023-04-22 02:27:36 -04:00 committed by GitHub
parent aadddc53ab
commit ec2333eb55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{
"version": "4.0.0",
"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": {
@ -8,8 +8,12 @@
},
"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"
"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": [
@ -23,10 +27,10 @@
"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"
}
"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"
}
}
}