From 0371c5f1d077f32fdc946c6c28efbbb5c68443be Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 16 Mar 2021 16:00:06 +0100 Subject: [PATCH] Update to 2021-03-16 16: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 2837f55..c17332e 100644 --- a/roles/appsmith/defaults/main.yml +++ b/roles/appsmith/defaults/main.yml @@ -1,11 +1,11 @@ --- # Version to deploy -appsmith_version: 1.4.2 +appsmith_version: 1.4.3 # 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: 99baeef4b2a70cf3fffd3f7dde66dd6f198e6538 +appsmith_archive_sha1: 81957f83e59b9379ba14fe47601f6afebfef1f66 # Root directory where appsmith will be installed appsmith_root_dir: /opt/appsmith