config-file-validator: Revert to version 1.8.1, fix checkver, remove hash extraction (#7081)

This commit is contained in:
z-Fng 2025-08-21 09:24:49 +08:00 committed by GitHub
parent 9e09d9b6a8
commit 423155c600
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,21 +1,23 @@
{ {
"version": "1.8.2", "version": "1.8.1",
"description": "A tool to validate the syntax of configuration files", "description": "A tool to validate the syntax of configuration files",
"homepage": "https://boeing.github.io/config-file-validator/", "homepage": "https://boeing.github.io/config-file-validator/",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Boeing/config-file-validator/releases/download/v1.8.2/validator-v1.8.2-windows-amd64.zip", "url": "https://github.com/Boeing/config-file-validator/releases/download/v1.8.1/validator-v1.8.1-windows-amd64.zip",
"hash": "md5:cc9882d2c66e7f96ec38f3fc8a82996a" "hash": "f6b004eda4507221a77a862cd78a640cd6cc8e658cf5464d6310c4fe60df442a"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Boeing/config-file-validator/releases/download/v1.8.2/validator-v1.8.2-windows-386.zip", "url": "https://github.com/Boeing/config-file-validator/releases/download/v1.8.1/validator-v1.8.1-windows-386.zip",
"hash": "md5:12fb6f1481d6265d1652cf765f67a8ad" "hash": "345831abb6ca33a7088265407927d9b41c6b0919966a1634286072ed43eb8daa"
} }
}, },
"bin": "validator.exe", "bin": "validator.exe",
"checkver": { "checkver": {
"github": "https://github.com/Boeing/config-file-validator" "url": "https://api.github.com/repos/Boeing/config-file-validator/releases",
"jsonpath": "$[?(@.prerelease == false)].tag_name",
"regex": "(?:v|V)?([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
@ -25,9 +27,6 @@
"32bit": { "32bit": {
"url": "https://github.com/Boeing/config-file-validator/releases/download/v$version/validator-v$version-windows-386.zip" "url": "https://github.com/Boeing/config-file-validator/releases/download/v$version/validator-v$version-windows-386.zip"
} }
},
"hash": {
"url": "$url.md5"
} }
} }
} }