From 5b50b565ba18942d42983f5e10c899633e1cf9a6 Mon Sep 17 00:00:00 2001 From: Jadyn Date: Fri, 2 Apr 2021 17:47:43 +0800 Subject: [PATCH] dapr-cli: Add version 1.1.0 (#1839) * dapr-cli: Add version 1.0.0 * dapr-cli: Update to version 1.0.1 * Update dapr-cli.json Co-authored-by: Chawye Hsu --- bucket/dapr-cli.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bucket/dapr-cli.json diff --git a/bucket/dapr-cli.json b/bucket/dapr-cli.json new file mode 100644 index 0000000000..badf8cdec4 --- /dev/null +++ b/bucket/dapr-cli.json @@ -0,0 +1,24 @@ +{ + "version": "1.1.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.1.0/dapr_windows_amd64.zip", + "hash": "415bfa7e6a3074b52ef299a4d6c28bb0710c458700d048fc9c7d34316d116305" + } + }, + "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" + } + } +}