opa: Add version 0.28.0 (#2127)

This commit is contained in:
Steve Hipwell 2021-09-09 10:31:55 +01:00 committed by GitHub
parent 441cd180de
commit 8b84d08f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/opa.json Normal file
View File

@ -0,0 +1,23 @@
{
"homepage": "https://www.openpolicyagent.org/",
"description": "OPA is policy-based control for cloud native environments.",
"license": "Apache-2.0",
"version": "0.32.0",
"architecture": {
"64bit": {
"url": "https://github.com/open-policy-agent/opa/releases/download/v0.32.0/opa_windows_amd64.exe#/opa.exe",
"hash": "55a7e42835a227b1b58b695a948b50deb246bdd0c6277f027770b591bfeab55b"
}
},
"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"
}
}
}
}