ScoopInstaller_Main/bucket/conftest.json
2021-09-21 18:00:37 +00:00

27 lines
872 B
JSON

{
"version": "0.28.1",
"description": "Test utility for structured configuration files",
"homepage": "https://www.conftest.dev",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/open-policy-agent/conftest/releases/download/v0.28.1/conftest_0.28.1_Windows_x86_64.zip",
"hash": "d966cbee5959ce605328589e70a124d18a47df4185a029e4523bd6afaf098d91"
}
},
"bin": "conftest.exe",
"checkver": {
"github": "https://github.com/open-policy-agent/conftest"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/open-policy-agent/conftest/releases/download/v$version/conftest_$version_Windows_x86_64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}