mirror of
https://github.com/YunoHost-Apps/fluffychat_ynh.git
synced 2024-09-03 18:36:04 +02:00
Merge pull request #11 from YunoHost-Apps/ci-auto-update-1.17.3
This commit is contained in:
commit
a53d7454b0
3 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
FluffyChat is an open source, nonprofit and cute [[matrix](https://matrix.org)] client written in [Flutter](https://flutter.dev). The goal of the app is to create an easy to use instant messenger which is open source and accessible for everyone.
|
||||
|
||||
|
||||
**Shipped version:** 1.17.2~ynh1
|
||||
**Shipped version:** 1.17.3~ynh1
|
||||
|
||||
**Demo:** https://fluffychat.im/web
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
[FluffyChat](https://fluffychat.im) est un client [[matrix](https://matrix.org)] open-source, à but non lucratif et mignon écrit en [Flutter](https://flutter.dev). Le but de cette app est de créer un client de messagerie instantannée facile d'utilisation, open-source et accessible pour tout le monde.
|
||||
|
||||
**Version incluse :** 1.17.2~ynh1
|
||||
**Version incluse :** 1.17.3~ynh1
|
||||
|
||||
**Démo :** https://fluffychat.im/web
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Fluffychat"
|
|||
description.en = "Matrix messenger client"
|
||||
description.fr = "Client de messagerie Matrix"
|
||||
|
||||
version = "1.17.2~ynh1"
|
||||
version = "1.17.3~ynh1"
|
||||
|
||||
maintainers = [ "OniriCorpe" ]
|
||||
|
||||
|
@ -51,8 +51,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.sources.main]
|
||||
|
||||
url = "https://github.com/krille-chan/fluffychat/releases/download/v1.17.2/fluffychat-web.tar.gz"
|
||||
sha256 = "302e24cbc0be8b6e02609da80f408245f75518e7c455acd84afea098c63e4ed5"
|
||||
url = "https://github.com/krille-chan/fluffychat/releases/download/v1.17.3/fluffychat-web.tar.gz"
|
||||
sha256 = "cd88c8d6aaf1c90ddba1b69696eda8212d7d529d2c1f5f6943a589621ae38ca9"
|
||||
in_subdir = 2
|
||||
|
||||
autoupdate.asset = "fluffychat-web.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue