From fc6baa534db1276e93c43e0a6fb72c2cf8fade84 Mon Sep 17 00:00:00 2001 From: Pratik Chowdhury Date: Fri, 19 Feb 2021 17:03:27 +0530 Subject: [PATCH] aws-copilot: Add version 1.1.0 (#1779) * Add AWS Copilot CLI 1.1.0 * Set architecture to x64. Update description * Update aws-copilot.json Co-authored-by: Chawye Hsu --- bucket/aws-copilot.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 bucket/aws-copilot.json diff --git a/bucket/aws-copilot.json b/bucket/aws-copilot.json new file mode 100644 index 0000000000..834e908a2c --- /dev/null +++ b/bucket/aws-copilot.json @@ -0,0 +1,23 @@ +{ + "version": "1.1.0", + "description": "A tool for developers to build, release and operate production ready containerized applications on Amazon ECS and AWS Fargate.", + "homepage": "https://aws.github.io/copilot-cli/", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/aws/copilot-cli/releases/download/v1.1.0/copilot-windows.exe#/copilot.exe", + "hash": "6427b5c3dcb4dc227069722c5adfdf88a1f3b187f95e28cca67a5ee712dc7424" + } + }, + "bin": "copilot.exe", + "checkver": { + "github": "https://github.com/aws/copilot-cli" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/aws/copilot-cli/releases/download/v$version/copilot-windows.exe#/copilot.exe" + } + } + } +}