1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00

Merge pull request #153 from YunoHost-Apps/ci-auto-update-1.11.59

Upgrade to v1.11.59
This commit is contained in:
eric_G 2024-02-27 23:11:06 +01:00 committed by GitHub
commit 8453c81081
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Element is a new type of messaging app. You choose where your messages are stored, putting you in control of your data. It gives you access to the Matrix open network, so you can talk to anyone. Element provides a new level of security, adding cross-signed device verification to default end-to-end encryption.
**Shipped version:** 1.11.58~ynh1
**Shipped version:** 1.11.59~ynh1
**Demo:** https://app.element.io/

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Element est un nouveau type d'application de messagerie. Vous choisissez où vos messages sont stockés, ce qui vous donne le contrôle de vos données. Il vous donne accès au réseau ouvert Matrix, vous pouvez donc parler à n'importe qui. Element offre un nouveau niveau de sécurité, en ajoutant la vérification des appareils par signature croisée au chiffrement de bout en bout par défaut.
**Version incluse :** 1.11.58~ynh1
**Version incluse :** 1.11.59~ynh1
**Démo :** https://app.element.io/

View file

@ -5,7 +5,7 @@ name = "Element"
description.en = "Web client for Matrix"
description.fr = "Client web pour Matrix"
version = "1.11.58~ynh1"
version = "1.11.59~ynh1"
maintainers = ["Josué Tille"]
@ -56,8 +56,8 @@ ram.runtime = "0M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/element-hq/element-web/releases/download/v1.11.58/element-v1.11.58.tar.gz"
sha256 = "89bde68e908d73bc08e9b0fa2af5c66ce4dbb764a35b3c80efdc97abb8825fea"
url = "https://github.com/element-hq/element-web/releases/download/v1.11.59/element-v1.11.59.tar.gz"
sha256 = "443cabd2c0994b2fb1fc5775f98e3b418b9bafbfdbf75cc1e32842bd30597887"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^element-v.*.tar.gz$"