ScoopInstaller_Main/bucket/scoop-validator.json
2021-01-07 13:58:34 +01:00

17 lines
635 B
JSON

{
"version": "1.0.2",
"description": "A Scoop helper program for validating JSON files against a JSON Schema",
"homepage": "https://github.com/ScoopInstaller/Validator/",
"license": "Unlicense",
"url": "https://github.com/ScoopInstaller/Validator/releases/download/v1.0.2/validator.zip",
"hash": "eecc3122d4e9a73e8e5cf742e7af2e60c5a77360b64c514166c0250ed13120a9",
"bin": "validator.exe",
"checkver": "github",
"autoupdate": {
"url": "https://github.com/ScoopInstaller/Validator/releases/download/v$version/validator.zip",
"hash": {
"url": "$url.sha256"
}
}
}