2023-06-29 20:25:27 +00:00

24 lines
779 B
JSON

{
"version": "0.54.0",
"description": "Policy-based control for cloud native environments",
"homepage": "https://www.openpolicyagent.org",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/open-policy-agent/opa/releases/download/v0.54.0/opa_windows_amd64.exe#/opa.exe",
"hash": "25284b69e1dd7feaa17446e49b1085b61dca0b496dc868304153eb64b422c7eb"
}
},
"bin": "opa.exe",
"checkver": {
"github": "https://github.com/open-policy-agent/opa"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/open-policy-agent/opa/releases/download/v$version/opa_windows_amd64.exe#/opa.exe"
}
}
}
}