2022-07-04 12:32:02 +00:00

24 lines
779 B
JSON

{
"version": "0.42.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.42.0/opa_windows_amd64.exe#/opa.exe",
"hash": "738d208ed6cf70fefa5d39d98e96799ca37fd3da0c07694697cee8563fdc4edf"
}
},
"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"
}
}
}
}