From 0132e7cb8e49966e03ac50b047a0916c5dd0b95e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 22 Jul 2021 22:51:08 -0700 Subject: [PATCH] liquibase: Update to version 4.4.2 --- bucket/bind.json | 5 ++++- bucket/liquibase.json | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/bucket/bind.json b/bucket/bind.json index b59eb13566..07cfd39590 100644 --- a/bucket/bind.json +++ b/bucket/bind.json @@ -22,7 +22,10 @@ }, "env_add_path": "bin", "persist": "etc", - "checkver": "(?sm)Current-Stable<.*?/([\\d.]+)/", + "checkver": { + "url": "https://www.isc.org/download/", + "regex": "(?sm)>Current-Stable.*?/([\\d.]+)/" + }, "autoupdate": { "architecture": { "64bit": { diff --git a/bucket/liquibase.json b/bucket/liquibase.json index d8eb9969d2..31923dbc7f 100644 --- a/bucket/liquibase.json +++ b/bucket/liquibase.json @@ -1,13 +1,13 @@ { - "version": "4.4.1", + "version": "4.4.2", "description": "Database schema change manager (Community Edition)", "homepage": "https://www.liquibase.org/", "license": "Apache-2.0", "suggest": { "JRE": "java/openjdk" }, - "url": "https://github.com/liquibase/liquibase/releases/download/v4.4.1/liquibase-4.4.1.zip", - "hash": "60edf8171014a89bbc537d87bb782053ab104fe278a8063b49e56cbada1b338c", + "url": "https://github.com/liquibase/liquibase/releases/download/v4.4.2/liquibase-4.4.2.zip", + "hash": "5ba6e95773343274cec5df610b987799312f582f0ef02cb6b3a65a218cad8963", "bin": "liquibase.bat", "persist": "lib-other", "checkver": {