ScoopInstaller_Main/bucket/conftest.json
2025-05-30 04:29:54 +00:00

27 lines
872 B
JSON

{
"version": "0.61.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.61.0/conftest_0.61.0_Windows_x86_64.zip",
"hash": "5b34766d3b660bd6ff2571928836283b02ef06c3acb4ed8826acc4bc6f1c2f57"
}
},
"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"
}
}
}