mirror of
https://github.com/YunoHost-Apps/grist_ynh.git
synced 2024-09-03 20:36:18 +02:00
commit
667727fd40
3 changed files with 19 additions and 19 deletions
16
README.md
16
README.md
|
@ -32,7 +32,7 @@ More about the features can be found here: <https://github.com/gristlabs/grist-c
|
|||
- You cannot log out from Grist, you have to log out from YunoHost to do that.
|
||||
|
||||
|
||||
**Shipped version:** 1.1.11~ynh3
|
||||
**Shipped version:** 1.1.12~ynh1
|
||||
|
||||
**Demo:** https://docs.getgrist.com
|
||||
|
||||
|
@ -42,12 +42,12 @@ More about the features can be found here: <https://github.com/gristlabs/grist-c
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://getgrist.com>
|
||||
* Official user documentation: <https://support.getgrist.com/>
|
||||
* Official admin documentation: <https://www.getgrist.com/product/self-managed/>
|
||||
* Upstream app code repository: <https://github.com/gristlabs/grist-core/>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/grist>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/grist_ynh/issues>
|
||||
- Official app website: <https://getgrist.com>
|
||||
- Official user documentation: <https://support.getgrist.com/>
|
||||
- Official admin documentation: <https://www.getgrist.com/product/self-managed/>
|
||||
- Upstream app code repository: <https://github.com/gristlabs/grist-core/>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/grist>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/grist_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
@ -61,4 +61,4 @@ or
|
|||
sudo yunohost app upgrade grist -u https://github.com/YunoHost-Apps/grist_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
16
README_fr.md
16
README_fr.md
|
@ -32,7 +32,7 @@ Plus d'information sur les fonctionnalités sont disponibles ici : <https://gith
|
|||
- Vous ne pouvez pas vous déconnecter depuis Grist, pour ce faire, vous devez vous déconnecter de YunoHost.
|
||||
|
||||
|
||||
**Version incluse :** 1.1.11~ynh3
|
||||
**Version incluse :** 1.1.12~ynh1
|
||||
|
||||
**Démo :** https://docs.getgrist.com
|
||||
|
||||
|
@ -42,12 +42,12 @@ Plus d'information sur les fonctionnalités sont disponibles ici : <https://gith
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://getgrist.com>
|
||||
* Documentation officielle utilisateur : <https://support.getgrist.com/>
|
||||
* Documentation officielle de l’admin : <https://www.getgrist.com/product/self-managed/>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/gristlabs/grist-core/>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/grist>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/grist_ynh/issues>
|
||||
- Site officiel de l’app : <https://getgrist.com>
|
||||
- Documentation officielle utilisateur : <https://support.getgrist.com/>
|
||||
- Documentation officielle de l’admin : <https://www.getgrist.com/product/self-managed/>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/gristlabs/grist-core/>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/grist>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/grist_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -61,4 +61,4 @@ ou
|
|||
sudo yunohost app upgrade grist -u https://github.com/YunoHost-Apps/grist_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Grist"
|
|||
description.en = "Modern relational spreadsheet"
|
||||
description.fr = "Feuille de calcul relationnelle moderne"
|
||||
|
||||
version = "1.1.11~ynh3"
|
||||
version = "1.1.12~ynh1"
|
||||
|
||||
maintainers = ["fflorent"]
|
||||
|
||||
|
@ -56,8 +56,8 @@ ram.runtime = "150M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/gristlabs/grist-core/archive/refs/tags/v1.1.11.tar.gz"
|
||||
sha256 = "9e71715cda10fd38070c9d4679a3e9b8988669455556fa447cae17a0543c7198"
|
||||
url = "https://github.com/gristlabs/grist-core/archive/refs/tags/v1.1.12.tar.gz"
|
||||
sha256 = "49b6015c4bcf3f05abb2025e95340e89a5f6979d552beebf628de7c8efa90578"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
|
|
Loading…
Reference in a new issue