Skip to content

Commit 777ecbd

Browse files
authored
Update flyway manifest for github
Redgate binaries size is moré than 500mb Github binaries size is less than 300 mb
1 parent 3ca276b commit 777ecbd

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

bucket/flyway.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"version": "11.14.1",
33
"description": "Database migration tool that favors simplicity and convention over configuration.",
4-
"homepage": "https://flywaydb.org/",
4+
"homepage": "https://github.com/flyway/flyway",
55
"license": "Apache-2.0",
66
"architecture": {
77
"64bit": {
8-
"url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/11.14.1/flyway-commandline-11.14.1-windows-x64.zip",
9-
"hash": "sha1:556c228c4abe4dcd99caa2d7c1c142856a6d3b39"
8+
"url": "https://github.com/flyway/flyway/releases/download/flyway-11.14.1/flyway-commandline-11.14.1-windows-x64.zip",
9+
"hash": "sha256:957711af2480c6d4050bb22cd8931c94328d6d02d62cdc1bdeae60b0edb725f7"
1010
}
1111
},
1212
"extract_dir": "flyway-11.14.1",
@@ -17,18 +17,15 @@
1717
"jars"
1818
],
1919
"checkver": {
20-
"url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/maven-metadata.xml",
21-
"regex": "<release>(\\S+)</release>"
20+
"url": "https://github.com/flyway/flyway/releases/latest",
21+
"regex": "flyway-([\\d.]+)"
2222
},
2323
"autoupdate": {
2424
"architecture": {
2525
"64bit": {
26-
"url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/$version/flyway-commandline-$version-windows-x64.zip"
26+
"url": "https://github.com/flyway/flyway/releases/download/flyway-$version/flyway-commandline-$version-windows-x64.zip"
2727
}
2828
},
29-
"hash": {
30-
"url": "$url.sha1"
31-
},
3229
"extract_dir": "flyway-$version"
3330
}
3431
}

0 commit comments

Comments
 (0)