mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 05:41:32 +00:00
flyway: Update to version 11.10.4 (#7002)
maven.org is two minor versions behind. Change URL to download.red-gate.com. Co-authored-by: Donlon Eamonn McGovern <dmcgovern@inter-state.com>
This commit is contained in:
parent
06dac9dca6
commit
1730e96399
@ -1,15 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": "11.8.2",
|
"version": "11.10.4",
|
||||||
"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://flywaydb.org/",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/11.8.2/flyway-commandline-11.8.2-windows-x64.zip",
|
"url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/11.10.4/flyway-commandline-11.10.4-windows-x64.zip",
|
||||||
"hash": "sha1:05dac3c51926f8afb63ac625fff668014d4d53ff"
|
"hash": "sha1:2e57855dd20d82d29bd86df45112011c0478ef2d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "flyway-11.8.2",
|
"extract_dir": "flyway-11.10.4",
|
||||||
"bin": "flyway.cmd",
|
"bin": "flyway.cmd",
|
||||||
"persist": [
|
"persist": [
|
||||||
"conf",
|
"conf",
|
||||||
@ -17,13 +17,13 @@
|
|||||||
"jars"
|
"jars"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/maven-metadata.xml",
|
"url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/maven-metadata.xml",
|
||||||
"regex": "<release>(\\S+)</release>"
|
"regex": "<release>(\\S+)</release>"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/$version/flyway-commandline-$version-windows-x64.zip"
|
"url": "https://download.red-gate.com/maven/release/com/redgate/flyway/flyway-commandline/$version/flyway-commandline-$version-windows-x64.zip"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hash": {
|
"hash": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user