ScoopInstaller_Main/bucket/dapr-cli.json
2021-05-26 19:00:23 +00:00

25 lines
704 B
JSON

{
"version": "1.2.0",
"description": "Command-line tools for Dapr",
"homepage": "https://github.com/dapr/cli",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/dapr/cli/releases/download/v1.2.0/dapr_windows_amd64.zip",
"hash": "3229ca44fc1e43020b620d9b784f83158e4fec705ee3ed328e9721aa8285de70"
}
},
"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"
}
}
}