ScoopInstaller_Main/bucket/conftest.json
2024-10-17 04:29:45 +00:00

27 lines
872 B
JSON

{
"version": "0.56.0",
"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.56.0/conftest_0.56.0_Windows_x86_64.zip",
"hash": "22806c17bcf7003139885526cd1df158a6d3a141d9d92ee461f9ad679f0baae2"
}
},
"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"
}
}
}