mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
flyway: Update to version 9.10.2 (#4308)
This commit is contained in:
parent
f6515e9ceb
commit
da0ddc9b4a
@ -1,15 +1,15 @@
|
||||
{
|
||||
"version": "9.8.1",
|
||||
"version": "9.10.2",
|
||||
"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/9.8.1/flyway-commandline-9.8.1-windows-x64.zip",
|
||||
"hash": "sha1:5b82f05fc8c76b692e27b84766a485a5bf05b7c8"
|
||||
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/9.10.2/flyway-commandline-9.10.2-windows-x64.zip",
|
||||
"hash": "sha1:4cf49d12af16337188e68bf39cac4f7634897714"
|
||||
}
|
||||
},
|
||||
"extract_dir": "flyway-9.8.1",
|
||||
"extract_dir": "flyway-9.10.2",
|
||||
"bin": "flyway.cmd",
|
||||
"persist": [
|
||||
"conf",
|
||||
@ -17,8 +17,8 @@
|
||||
"jars"
|
||||
],
|
||||
"checkver": {
|
||||
"url": "https://flywaydb.org/documentation/usage/commandline/#download-and-installation",
|
||||
"regex": "flyway-commandline-([\\w.-]+)-windows"
|
||||
"url": "https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html",
|
||||
"regex": "Flyway ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user