2021-10-29 16:28:16 +08:00

24 lines
779 B
JSON

{
"version": "0.34.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.34.0/opa_windows_amd64.exe#/opa.exe",
"hash": "ccf1b38a269c7229016967cf178f22a3b21b4ed5f81dd37f0dcc6d7c283c12f6"
}
},
"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"
}
}
}
}