ScoopInstaller_Main/bucket/conftest.json
2025-11-27 04:29:55 +00:00

27 lines
872 B
JSON

{
"version": "0.65.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.65.0/conftest_0.65.0_Windows_x86_64.zip",
"hash": "e3e707dd7b869efc0eb425f39733451b30724aa31f0dc3a1fe6be6bfb918e726"
}
},
"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"
}
}
}