ScoopInstaller_Main/bucket/conftest.json
2024-04-30 04:27:06 +00:00

27 lines
872 B
JSON

{
"version": "0.52.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.52.0/conftest_0.52.0_Windows_x86_64.zip",
"hash": "81c2fd61ce34d113f864f5c9a0e2a0403c41ab0e5b8cfe69e7f89ea8dc1c05e4"
}
},
"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"
}
}
}