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