mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
24 lines
777 B
JSON
24 lines
777 B
JSON
{
|
|
"version": "1.1.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/v1.1.0/opa_windows_amd64.exe#/opa.exe",
|
|
"hash": "4a85ef10c51245e8e507c57e50c7bdbd9533f9f76dd9bbb01305aa37e0390258"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|