diff --git a/bucket/config-file-validator.json b/bucket/config-file-validator.json new file mode 100644 index 0000000000..943b7fffd9 --- /dev/null +++ b/bucket/config-file-validator.json @@ -0,0 +1,33 @@ +{ + "version": "1.7.1", + "description": "A tool to validate the syntax of configuration files", + "homepage": "https://boeing.github.io/config-file-validator/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/Boeing/config-file-validator/releases/download/v1.7.1/validator-v1.7.1-windows-amd64.zip", + "hash": "md5:0e02cd4b26f8de35cd8457788f883e8d" + }, + "32bit": { + "url": "https://github.com/Boeing/config-file-validator/releases/download/v1.7.1/validator-v1.7.1-windows-386.zip", + "hash": "md5:4bc7451ea2edaf45c8cf0bae9ae1100b" + } + }, + "bin": "validator.exe", + "checkver": { + "github": "https://github.com/Boeing/config-file-validator" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Boeing/config-file-validator/releases/download/v$version/validator-v$version-windows-amd64.zip" + }, + "32bit": { + "url": "https://github.com/Boeing/config-file-validator/releases/download/v$version/validator-v$version-windows-386.zip" + } + }, + "hash": { + "url": "$url.md5" + } + } +}