From 158eee91683a133bd1a2c2dbd788cf9f634f92d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 13 Oct 2021 21:53:16 -0700 Subject: [PATCH] flyway: Update to version 8.0.1 --- bucket/aws-sam-cli.json | 18 +++++++++++++++--- bucket/flyway.json | 8 ++++---- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/bucket/aws-sam-cli.json b/bucket/aws-sam-cli.json index 211fd076f9..448de0e391 100644 --- a/bucket/aws-sam-cli.json +++ b/bucket/aws-sam-cli.json @@ -1,6 +1,6 @@ { "version": "1.33.0", - "description": "The AWS Serverless Application Model (SAM) is an open-source framework for building serverless applications. It provides shorthand syntax to express functions, APIs, databases, and event source mappings. With just a few lines per resource, you can define the application you want and model it using YAML. During deployment, SAM transforms and expands the SAM syntax into AWS CloudFormation syntax, enabling you to build serverless applications faster.", + "description": "Build, test, debug, and deploy Serverless applications from CLI", "homepage": "https://aws.amazon.com/serverless/sam/", "license": "Apache-2.0", "suggest": { @@ -13,13 +13,25 @@ } }, "extract_dir": "Amazon\\AWSSAMCLI", - "bin": "bin\\sam.cmd", - "checkver": "github", + "bin": [ + "bin\\sam.cmd", + [ + "bin\\sam.cmd", + "aws-sam-cli" + ] + ], + "checkver": { + "github": "https://github.com/aws/aws-sam-cli" + }, "autoupdate": { "architecture": { "64bit": { "url": "https://github.com/aws/aws-sam-cli/releases/download/v$version/AWS_SAM_CLI_64_PY3.msi" } + }, + "hash": { + "url": "https://github.com/aws/aws-sam-cli/releases/tag/v$version", + "regex": "(?sm)>$basename\\s*$sha256