ScoopInstaller_Main/bucket/dapr-cli.json
2022-07-08 08:30:30 +00:00

25 lines
711 B
JSON

{
"version": "1.8.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.8.0/dapr_windows_amd64.zip",
"hash": "9c6c9737f60d3e607f26e93008cf217ae285b36dc1bb3d3b9ef1258c3f7679cd"
}
},
"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"
}
}
}