1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zusam_ynh.git synced 2024-09-03 18:05:54 +02:00

Merge pull request #6 from YunoHost-Apps/ci-auto-update-0.5.5

Upgrade to v0.5.5
This commit is contained in:
eric_G 2023-11-23 20:52:24 +01:00 committed by GitHub
commit 11231cb34a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -29,7 +29,7 @@ The goal is to make a stable, extensible, lightweight and user-friendly way to s
- Low server footprint
**Shipped version:** 0.5.4~ynh2
**Shipped version:** 0.5.5~ynh1
**Demo:** https://demo.zusam.org
@ -42,7 +42,7 @@ The goal is to make a stable, extensible, lightweight and user-friendly way to s
* Official app website: <https://zusam.org>
* Official admin documentation: <https://github.com/zusam/zusam/tree/master/documentation>
* Upstream app code repository: <https://github.com/zusam/zusam>
* YunoHost documentation for this app: <https://yunohost.org/app_zusam>
* YunoHost Store: <https://apps.yunohost.org/app/zusam>
* Report a bug: <https://github.com/YunoHost-Apps/zusam_ynh/issues>
## Developer info

View file

@ -29,7 +29,7 @@ L'objectif est de disposer d'un outil stable, extensible, léger et convivial po
- Faible empreinte serveur
**Version incluse :** 0.5.4~ynh2
**Version incluse :** 0.5.5~ynh1
**Démo :** https://demo.zusam.org
@ -42,7 +42,7 @@ L'objectif est de disposer d'un outil stable, extensible, léger et convivial po
* Site officiel de lapp : <https://zusam.org>
* Documentation officielle de ladmin : <https://github.com/zusam/zusam/tree/master/documentation>
* Dépôt de code officiel de lapp : <https://github.com/zusam/zusam>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_zusam>
* YunoHost Store: <https://apps.yunohost.org/app/zusam>
* Signaler un bug : <https://github.com/YunoHost-Apps/zusam_ynh/issues>
## Informations pour les développeurs

View file

@ -5,7 +5,7 @@ name = "Zusam"
description.en = "Truly private space for you and your friends"
description.fr = "Espace entièrement privé pour vous et vos amis"
version = "0.5.4~ynh2"
version = "0.5.5~ynh1"
maintainers = ["Papa Dragon"]
@ -62,8 +62,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/zusam/zusam/archive/refs/tags/0.5.4.tar.gz"
sha256 = "772c3b218c2ac259ce581a2c19e0d41ac9b42ecb3503ae5e703f4513404e9aef"
url = "https://github.com/zusam/zusam/archive/refs/tags/0.5.5.tar.gz"
sha256 = "34441f82b6857f74710ba36b4304cade8bda384379a75750003d4616b5f7b9d2"
autoupdate.strategy = "latest_github_release"