mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 07:06:23 +00:00
24 lines
777 B
JSON
24 lines
777 B
JSON
{
|
|
"version": "1.5.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.5.1/opa_windows_amd64.exe#/opa.exe",
|
|
"hash": "8da5fa3bd6f0607bb45b3b1a9f0b65d2e4eee400fef207b7c4b9ddb7557893e3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|