mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 14:21:18 +00:00
flyway: use Maven metadata for checkver (#4311)
This commit is contained in:
parent
9906990fae
commit
297ca5a903
@ -17,8 +17,8 @@
|
|||||||
"jars"
|
"jars"
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://documentation.red-gate.com/fd/release-notes-for-flyway-engine-179732572.html",
|
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/maven-metadata.xml",
|
||||||
"regex": "Flyway ([\\d.]+)"
|
"regex": "<release>(\\S+)</release>"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user