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 #157 from YunoHost-Apps/ci-auto-update-1.11.61

Upgrade to v1.11.61
This commit is contained in:
Josue-T 2024-03-15 08:24:04 +01:00 committed by GitHub
commit 5f8be6e253
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 23 deletions

View file

@ -17,10 +17,9 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
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.61~ynh1
**Shipped version:** 1.11.59~ynh1
**Demo:** https://app.element.io/
**Demo:** <https://app.element.io/>
## Screenshots
@ -28,11 +27,11 @@ Element is a new type of messaging app. You choose where your messages are store
## Documentation and resources
* Official app website: <https://element.io>
* Official admin documentation: <https://element.io/help>
* Upstream app code repository: <https://github.com/element-hq/element-web>
* YunoHost Store: <https://apps.yunohost.org/app/element>
* Report a bug: <https://github.com/YunoHost-Apps/element_ynh/issues>
- Official app website: <https://element.io>
- Official admin documentation: <https://element.io/help>
- Upstream app code repository: <https://github.com/element-hq/element-web>
- YunoHost Store: <https://apps.yunohost.org/app/element>
- Report a bug: <https://github.com/YunoHost-Apps/element_ynh/issues>
## Developer info
@ -40,10 +39,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
To try the testing branch, please proceed like that.
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug
or
sudo yunohost app upgrade element -u https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -17,10 +17,9 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
## Vue densemble
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.61~ynh1
**Version incluse :** 1.11.59~ynh1
**Démo :** https://app.element.io/
**Démo :** <https://app.element.io/>
## Captures décran
@ -28,11 +27,11 @@ Element est un nouveau type d'application de messagerie. Vous choisissez où vos
## Documentations et ressources
* Site officiel de lapp : <https://element.io>
* Documentation officielle de ladmin : <https://element.io/help>
* Dépôt de code officiel de lapp : <https://github.com/element-hq/element-web>
* YunoHost Store: <https://apps.yunohost.org/app/element>
* Signaler un bug : <https://github.com/YunoHost-Apps/element_ynh/issues>
- Site officiel de lapp : <https://element.io>
- Documentation officielle de ladmin : <https://element.io/help>
- Dépôt de code officiel de lapp : <https://github.com/element-hq/element-web>
- YunoHost Store : <https://apps.yunohost.org/app/element>
- Signaler un bug : <https://github.com/YunoHost-Apps/element_ynh/issues>
## Informations pour les développeurs
@ -40,10 +39,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
Pour essayer la branche testing, procédez comme suit.
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug
ou
sudo yunohost app upgrade element -u https://github.com/YunoHost-Apps/element_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -5,7 +5,7 @@ name = "Element"
description.en = "Web client for Matrix"
description.fr = "Client web pour Matrix"
version = "1.11.60~ynh1"
version = "1.11.61~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.60/element-v1.11.60.tar.gz"
sha256 = "b39c12d7148fb8264811886ac212ebf529aadba90b3274a6737d75dbd1413c6f"
url = "https://github.com/element-hq/element-web/releases/download/v1.11.61/element-v1.11.61.tar.gz"
sha256 = "fd1c804c501c78a8cda37947b94578f23b5d3e3d763491b345ce5ba587061512"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^element-v.*.tar.gz$"