From c66e7aa2cac2dc024d58d46105add403df9ecc9e Mon Sep 17 00:00:00 2001 From: Edgard Lorraine Messias Date: Sun, 2 Feb 2020 23:03:55 -0300 Subject: [PATCH] liquibase: Add version 3.8.5 (#763) --- bucket/liquibase.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bucket/liquibase.json diff --git a/bucket/liquibase.json b/bucket/liquibase.json new file mode 100644 index 0000000000..870dad7c34 --- /dev/null +++ b/bucket/liquibase.json @@ -0,0 +1,19 @@ +{ + "version": "3.8.5", + "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/v3.8.5/liquibase-3.8.5.zip", + "hash": "ba0202bfeeb07e34836f0d92c7ad91914b595f986ce7a7e6e19b76713ee31843", + "bin": "liquibase.bat", + "persist": "lib-other", + "checkver": { + "github": "https://github.com/liquibase/liquibase" + }, + "autoupdate": { + "url": "https://github.com/liquibase/liquibase/releases/download/v$version/liquibase-$version.zip" + } +}