Add scoop-validator version 1.0.2

This commit is contained in:
Richard Kuhnt 2019-05-06 22:49:32 +02:00
parent ce827b13db
commit 3f02ada4fb

View File

@ -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"
}
}
}