Update to 2022-02-14 18:00

This commit is contained in:
Daniel Berteaud
2022-02-14 18:00:09 +01:00
parent f8e97439c5
commit 568e2e4afc
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
get_url:
url: "https://github.com/vector-im/element-web/releases/download/v{{ element_version }}/element-v{{ element_version }}.tar.gz"
dest: "{{ element_root_dir }}/tmp/"
checksum: "sha1:{{ element_archive_sha1 }}"
checksum: "sha256:{{ element_archive_sha256 }}"
when: element_install_mode != 'none'
tags: matrix