mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-19 10:05:15 +00:00
Update Flyway URLs to GitHub Size of redgate package is more than 500 MB, otherwise GitHub Download size is less than 300 MB
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"version": "11.16.0",
|
|
"description": "Database migration tool that favors simplicity and convention over configuration.",
|
|
"homepage": "https://github.com/flyway/flyway",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/flyway/flyway/releases/download/flyway-11.16.0/flyway-commandline-11.16.0-windows-x64.zip",
|
|
"hash": "sha256:acfee302be049479f8fdba8126753ef34f7f44168b51bf306b29ccef548a00bb"
|
|
}
|
|
},
|
|
"extract_dir": "flyway-11.16.0",
|
|
"bin": "flyway.cmd",
|
|
"persist": [
|
|
"conf",
|
|
"sql",
|
|
"jars"
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/flyway/flyway/releases/latest",
|
|
"regex": "flyway-([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/flyway/flyway/releases/download/flyway-$version/flyway-commandline-$version-windows-x64.zip"
|
|
}
|
|
},
|
|
"extract_dir": "flyway-$version"
|
|
}
|
|
}
|