liquibase: Update to version 4.4.2

This commit is contained in:
Jakub Čábera 2021-07-22 22:51:08 -07:00
parent af82beb587
commit 0132e7cb8e
2 changed files with 7 additions and 4 deletions

View File

@ -22,7 +22,10 @@
}, },
"env_add_path": "bin", "env_add_path": "bin",
"persist": "etc", "persist": "etc",
"checkver": "(?sm)Current-Stable<.*?/([\\d.]+)/", "checkver": {
"url": "https://www.isc.org/download/",
"regex": "(?sm)>Current-Stable.*?/([\\d.]+)/"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {

View File

@ -1,13 +1,13 @@
{ {
"version": "4.4.1", "version": "4.4.2",
"description": "Database schema change manager (Community Edition)", "description": "Database schema change manager (Community Edition)",
"homepage": "https://www.liquibase.org/", "homepage": "https://www.liquibase.org/",
"license": "Apache-2.0", "license": "Apache-2.0",
"suggest": { "suggest": {
"JRE": "java/openjdk" "JRE": "java/openjdk"
}, },
"url": "https://github.com/liquibase/liquibase/releases/download/v4.4.1/liquibase-4.4.1.zip", "url": "https://github.com/liquibase/liquibase/releases/download/v4.4.2/liquibase-4.4.2.zip",
"hash": "60edf8171014a89bbc537d87bb782053ab104fe278a8063b49e56cbada1b338c", "hash": "5ba6e95773343274cec5df610b987799312f582f0ef02cb6b3a65a218cad8963",
"bin": "liquibase.bat", "bin": "liquibase.bat",
"persist": "lib-other", "persist": "lib-other",
"checkver": { "checkver": {