ScoopInstaller_Main/flyway.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

23 lines
730 B
JSON

{
"homepage": "https://flywaydb.org/",
"license": "Apache-2.0",
"version": "5.0.7",
"url": "https://repo1.maven.org/maven2/org/flywaydb/flyway-commandline/5.0.7/flyway-commandline-5.0.7-windows-x64.zip",
"extract_dir": "flyway-5.0.7",
"bin": "flyway.cmd",
"hash": "sha1:ab87627d54ae2095bbc19a6783dcb83f6d3febb3",
"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"
]
}