mirror of
https://github.com/YunoHost-Apps/element-call_ynh.git
synced 2024-09-03 20:36:02 +02:00
Merge pull request #3 from YunoHost-Apps/ci-auto-update-0.5.10
Upgrade to v0.5.10
This commit is contained in:
commit
e02149dab3
3 changed files with 7 additions and 5 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Group calls with WebRTC that leverage Matrix and an open-source WebRTC toolkit from LiveKit.
|
Group calls with WebRTC that leverage Matrix and an open-source WebRTC toolkit from LiveKit.
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.5.9~ynh1
|
**Shipped version:** 0.5.10~ynh1
|
||||||
|
|
||||||
**Demo:** https://call.element.io/
|
**Demo:** https://call.element.io/
|
||||||
|
|
||||||
|
@ -31,6 +31,7 @@ Group calls with WebRTC that leverage Matrix and an open-source WebRTC toolkit f
|
||||||
|
|
||||||
* Official app website: <https://call.element.io/>
|
* Official app website: <https://call.element.io/>
|
||||||
* Upstream app code repository: <https://github.com/vector-im/element-call>
|
* Upstream app code repository: <https://github.com/vector-im/element-call>
|
||||||
|
* YunoHost Store: <https://apps.yunohost.org/app/element-call>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/element-call_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/element-call_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
Appels de groupe avec WebRTC qui exploitent Matrix et une boîte à outils WebRTC open source de LiveKit.
|
Appels de groupe avec WebRTC qui exploitent Matrix et une boîte à outils WebRTC open source de LiveKit.
|
||||||
|
|
||||||
**Version incluse :** 0.5.9~ynh1
|
**Version incluse :** 0.5.10~ynh1
|
||||||
|
|
||||||
**Démo :** https://call.element.io/
|
**Démo :** https://call.element.io/
|
||||||
|
|
||||||
|
@ -30,6 +30,7 @@ Appels de groupe avec WebRTC qui exploitent Matrix et une boîte à outils WebRT
|
||||||
|
|
||||||
* Site officiel de l’app : <https://call.element.io/>
|
* Site officiel de l’app : <https://call.element.io/>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/vector-im/element-call>
|
* Dépôt de code officiel de l’app : <https://github.com/vector-im/element-call>
|
||||||
|
* YunoHost Store: <https://apps.yunohost.org/app/element-call>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/element-call_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/element-call_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -7,7 +7,7 @@ name = "Element-Call"
|
||||||
description.en = "Group calls powered by Matrix"
|
description.en = "Group calls powered by Matrix"
|
||||||
description.fr = "Appels de groupe alimentés par Matrix"
|
description.fr = "Appels de groupe alimentés par Matrix"
|
||||||
|
|
||||||
version = "0.5.9~ynh1"
|
version = "0.5.10~ynh1"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -43,8 +43,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/vector-im/element-call/archive/refs/tags/v0.5.9.tar.gz"
|
url = "https://github.com/vector-im/element-call/archive/refs/tags/v0.5.10.tar.gz"
|
||||||
sha256 = "a07834e1f4bd00a71d3dc5071eaed1051a7272a742ab16b64d9f8e9e2706f829"
|
sha256 = "b890b679102bc827fd70f5d4b2b91b4a85e23451e6f66dda899b4901b1b79188"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
Loading…
Reference in a new issue