diff --git a/bucket/scoop-validator.json b/bucket/scoop-validator.json new file mode 100644 index 0000000000..04401d678e --- /dev/null +++ b/bucket/scoop-validator.json @@ -0,0 +1,15 @@ +{ + "homepage": "https://github.com/ScoopInstaller/Validator/", + "description": "A Scoop helper program for validating JSON files against a JSON Schema", + "version": "1.0.2", + "url": "https://github.com/ScoopInstaller/Validator/releases/download/v1.0.2/validator.zip", + "hash": "eecc3122d4e9a73e8e5cf742e7af2e60c5a77360b64c514166c0250ed13120a9", + "checkver": "github", + "bin": "validator.exe", + "autoupdate": { + "url": "https://github.com/ScoopInstaller/Validator/releases/download/v$version/validator.zip", + "hash": { + "url": "$url.sha256" + } + } +}