2022-12-05 12:51:21 +00:00

24 lines
779 B
JSON

{
"version": "0.47.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.47.0/opa_windows_amd64.exe#/opa.exe",
"hash": "df04fbfb13d7c756e5ae45317eed211339803bc1e26e2d9de0ecd9b8311d573a"
}
},
"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"
}
}
}
}