ScoopInstaller_Main/bucket/dapr-cli.json
2023-06-12 08:26:45 +00:00

25 lines
713 B
JSON

{
"version": "1.11.0",
"description": "Command-line tools for Dapr",
"homepage": "https://github.com/dapr/cli",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/dapr/cli/releases/download/v1.11.0/dapr_windows_amd64.zip",
"hash": "8da886096c88ea075137b014e376241d59fd1c1c3ddf43137a02b1342f60e663"
}
},
"bin": "dapr.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dapr/cli/releases/download/v$version/dapr_windows_amd64.zip"
}
},
"hash": {
"url": "$url.sha256"
}
}
}