ScoopInstaller_Main/flyway.json
Dan 15a02cb9fc Add flyway (#1761)
* Add flyway

* flyway: remove default hash mode

* persist conf, jars, and sql directories

* fix typo
2017-10-11 19:23:51 +02:00

23 lines
766 B
JSON

{
"homepage": "https://flywaydb.org/",
"license": "https://github.com/flyway/flyway/blob/master/LICENSE",
"version": "4.2.0",
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/4.2.0/flyway-commandline-4.2.0-windows-x64.zip",
"extract_dir": "flyway-4.2.0",
"bin": "flyway.cmd",
"hash": "sha1:2077d930e8f06aeb5714a964b2c2348308cd54ad",
"checkver": "Get Started with Flyway\\s+([\\d.]+)",
"autoupdate": {
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/$version/flyway-commandline-$version-windows-x64.zip",
"extract_dir": "flyway-$version",
"hash": {
"url": "$url.sha1"
}
},
"persist": [
"conf",
"sql",
"jars"
]
}