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,10 +4,10 @@
# in which case you must also set a different element_root_dir
element_id: element
# Version to deploy, and expected sha1
element_version: 1.10.1
# Version to deploy, and expected sha256
element_version: 1.10.2
# sha1sum of the tar.gz
element_archive_sha1: dfb77e1629ecf8e872f11090836d711be88e7097
element_archive_sha256: 37d92f4b6ea038fb9b29815396b634ab9b6107e8d84de8a5ba3678a38811b1e8
# Where to install element
element_root_dir: /opt/matrix/element

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