flyway: Update to version 8.0.1

This commit is contained in:
Jakub Čábera 2021-10-13 21:53:16 -07:00
parent bb1a2b39aa
commit 158eee9168
2 changed files with 19 additions and 7 deletions

View File

@ -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</"
}
}
}

View File

@ -1,15 +1,15 @@
{
"version": "8.0.0",
"version": "8.0.1",
"description": "Database migration tool that favors simplicity and convention over configuration.",
"homepage": "https://flywaydb.org/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/8.0.0/flyway-commandline-8.0.0-windows-x64.zip",
"hash": "sha1:97a08a4b3b3a0fdf42d4990621b96d57627c6735"
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/8.0.1/flyway-commandline-8.0.1-windows-x64.zip",
"hash": "sha1:ba8b64da0a8a8e5e0b5035924f9013b8eba1dfdc"
}
},
"extract_dir": "flyway-8.0.0",
"extract_dir": "flyway-8.0.1",
"bin": "flyway.cmd",
"persist": [
"conf",