From 0335d80923438ee29fcb610f1450818ced673df4 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 13 Sep 2021 11:00:05 +0200 Subject: [PATCH] Update to 2021-09-13 11:00 --- roles/appsmith/defaults/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/appsmith/defaults/main.yml b/roles/appsmith/defaults/main.yml index 5a38ef3..a4c1f9e 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.5.18 +appsmith_version: 1.5.19 # URL of the source archive appsmith_archive_url: https://github.com/appsmithorg/appsmith/archive/v{{ appsmith_version }}.tar.gz # sha1sum of the archive -appsmith_archive_sha1: de0e2a80c87c35ed27a65025f2685622f79ca00d +appsmith_archive_sha1: 5d33b555fab1b20fb88733d51ca1e62e1f7a1b85 # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith