mirror of
https://github.com/YunoHost-Apps/rallly_ynh.git
synced 2024-09-03 20:16:16 +02:00
Merge pull request #5 from YunoHost-Apps/ci-auto-update-3.7.0
Upgrade to v3.7.0
This commit is contained in:
commit
37da53e334
3 changed files with 7 additions and 7 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
## Overview
|
||||
|
||||
Schedule group meetings with friends, colleagues and teams. Create meeting polls to find the best date and time to organize an event based on your participants' availability.
|
||||
**Shipped version:** 3.5.1~ynh2
|
||||
**Shipped version:** 3.7.0~ynh1
|
||||
|
||||
**Demo:** <https://app.rallly.co/polls>
|
||||
|
||||
|
@ -39,7 +39,7 @@ 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/rallly_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade rallly -u https://github.com/YunoHost-Apps/rallly_ynh/tree/testing --debug
|
||||
|
|
|
@ -17,7 +17,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
## Vue d’ensemble
|
||||
|
||||
Planifiez des réunions de groupe avec des amis, des collègues et des équipes. Créez des sondages de réunion pour trouver la meilleure date et heure pour organiser un événement en fonction de la disponibilité de vos participants.
|
||||
**Version incluse :** 3.5.1~ynh2
|
||||
**Version incluse :** 3.7.0~ynh1
|
||||
|
||||
**Démo :** <https://app.rallly.co/polls>
|
||||
|
||||
|
@ -39,7 +39,7 @@ 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/rallly_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade rallly -u https://github.com/YunoHost-Apps/rallly_ynh/tree/testing --debug
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Rallly"
|
|||
description.en = "Tool for creating scheduling polls"
|
||||
description.fr = "Outil de création de sondages de planification"
|
||||
|
||||
version = "3.5.1~ynh2"
|
||||
version = "3.7.0~ynh1"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
|
||||
|
@ -42,8 +42,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/lukevella/rallly/archive/refs/tags/v3.5.1.tar.gz"
|
||||
sha256 = "02d1903cc97bf559201cba98a85fd4d697611eb4eec7e22eb74f46e51773f960"
|
||||
url = "https://github.com/lukevella/rallly/archive/refs/tags/v3.7.0.tar.gz"
|
||||
sha256 = "bb4cb95d262c4a6a3b2246e9c64a5c5d8a718aa813d355d01d4f40b2641dd554"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue