flyway: update URL using the open-source version on GitHub (#7334)

Update Flyway  URLs to GitHub

Size of redgate package is more than 500 MB, otherwise GitHub Download size is less than 300 MB
This commit is contained in:
Oussama Delassi 2025-11-11 04:40:37 +01:00 committed by GitHub
parent 4746bdc937
commit 1b5a080aa6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{ {
"version": "11.16.0", "version": "11.16.0",
"description": "Database migration tool that favors simplicity and convention over configuration.", "description": "Database migration tool that favors simplicity and convention over configuration.",
"homepage": "https://flywaydb.org/", "homepage": "https://github.com/flyway/flyway",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/11.16.0/flyway-commandline-11.16.0-windows-x64.zip", "url": "https://github.com/flyway/flyway/releases/download/flyway-11.16.0/flyway-commandline-11.16.0-windows-x64.zip",
"hash": "sha1:0a60fd1a7b311725c14bc2dec67d014fdef8abbc" "hash": "sha256:acfee302be049479f8fdba8126753ef34f7f44168b51bf306b29ccef548a00bb"
} }
}, },
"extract_dir": "flyway-11.16.0", "extract_dir": "flyway-11.16.0",
@ -17,18 +17,15 @@
"jars" "jars"
], ],
"checkver": { "checkver": {
"url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/maven-metadata.xml", "url": "https://github.com/flyway/flyway/releases/latest",
"regex": "<release>(\\S+)</release>" "regex": "flyway-([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/$version/flyway-commandline-$version-windows-x64.zip" "url": "https://github.com/flyway/flyway/releases/download/flyway-$version/flyway-commandline-$version-windows-x64.zip"
} }
}, },
"hash": {
"url": "$url.sha1"
},
"extract_dir": "flyway-$version" "extract_dir": "flyway-$version"
} }
} }