ScoopInstaller_Main/bucket/dapr-cli.json
2024-03-06 08:27:37 +00:00

25 lines
713 B
JSON

{
"version": "1.13.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.13.0/dapr_windows_amd64.zip",
"hash": "10a0a8097f2d61a1e3f0a847abed5c3c65cf59e3baec8562ada30bebe677f1c7"
}
},
"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"
}
}
}