ScoopInstaller_Main/bucket/conftest.json
2025-11-09 04:29:19 +00:00

27 lines
872 B
JSON

{
"version": "0.64.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.64.0/conftest_0.64.0_Windows_x86_64.zip",
"hash": "350777ba9ba3b4ec38b8be1fb127f227f39ac389a92c6879753c72733930149e"
}
},
"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"
}
}
}