From 1b5a080aa6ba7b413c8db4899a2fee81445d9af4 Mon Sep 17 00:00:00 2001 From: Oussama Delassi <1280129+delassio@users.noreply.github.com> Date: Tue, 11 Nov 2025 04:40:37 +0100 Subject: [PATCH] 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 --- bucket/flyway.json | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/bucket/flyway.json b/bucket/flyway.json index c704531a8a..407306070c 100644 --- a/bucket/flyway.json +++ b/bucket/flyway.json @@ -1,12 +1,12 @@ { "version": "11.16.0", "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", "architecture": { "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", - "hash": "sha1:0a60fd1a7b311725c14bc2dec67d014fdef8abbc" + "url": "https://github.com/flyway/flyway/releases/download/flyway-11.16.0/flyway-commandline-11.16.0-windows-x64.zip", + "hash": "sha256:acfee302be049479f8fdba8126753ef34f7f44168b51bf306b29ccef548a00bb" } }, "extract_dir": "flyway-11.16.0", @@ -17,18 +17,15 @@ "jars" ], "checkver": { - "url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/maven-metadata.xml", - "regex": "(\\S+)" + "url": "https://github.com/flyway/flyway/releases/latest", + "regex": "flyway-([\\d.]+)" }, "autoupdate": { "architecture": { "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" } }