2025-01-21 20:28:56 +00:00

24 lines
777 B
JSON

{
"version": "1.0.1",
"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/v1.0.1/opa_windows_amd64.exe#/opa.exe",
"hash": "100c670c28844018c8f5ed90e9fed4866f39eb03c79be59426dfd54ad79c9fc3"
}
},
"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"
}
}
}
}