mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
commit
6edd0eedf6
3 changed files with 7 additions and 8 deletions
|
@ -18,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next.
|
BookWyrm is a social network for tracking your reading, talking about books, writing reviews, and discovering what to read next.
|
||||||
|
|
||||||
|
**Shipped version:** 0.6.0~ynh1
|
||||||
**Shipped version:** 0.5.5~ynh1
|
|
||||||
|
|
||||||
**Demo:** https://joinbookwyrm.com/fr/
|
**Demo:** https://joinbookwyrm.com/fr/
|
||||||
|
|
||||||
|
|
|
@ -18,8 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
BookWyrm est un réseau social pour garder la trace de vos lectures, parler de livres, écrire des critiques et découvrir quoi lire ensuite.
|
BookWyrm est un réseau social pour garder la trace de vos lectures, parler de livres, écrire des critiques et découvrir quoi lire ensuite.
|
||||||
|
|
||||||
|
**Version incluse :** 0.6.0~ynh1
|
||||||
**Version incluse :** 0.5.5~ynh1
|
|
||||||
|
|
||||||
**Démo :** https://joinbookwyrm.com/fr/
|
**Démo :** https://joinbookwyrm.com/fr/
|
||||||
|
|
||||||
|
@ -47,4 +46,4 @@ ou
|
||||||
sudo yunohost app upgrade bookwyrm -u https://github.com/YunoHost-Apps/bookwyrm_ynh/tree/testing --debug
|
sudo yunohost app upgrade bookwyrm -u https://github.com/YunoHost-Apps/bookwyrm_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>
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "BookWyrm"
|
||||||
description.en = "Platform for social reading"
|
description.en = "Platform for social reading"
|
||||||
description.fr = "Plateforme de lecture sociale"
|
description.fr = "Plateforme de lecture sociale"
|
||||||
|
|
||||||
version = "0.5.5~ynh1"
|
version = "0.6.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["oufmilo"]
|
maintainers = ["oufmilo"]
|
||||||
|
|
||||||
|
@ -51,11 +51,12 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.5.5.tar.gz"
|
url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.6.0.tar.gz"
|
||||||
sha256 = "e09e7dff22e1d5aadb44c52d217fa53d3eaf2fece9aa9856a147987f0bbba14f"
|
sha256 = "65d43f051ed5d6c31432511bbd98b8160c0e2e13f2dafd940ece7e71d24b9a32"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
Loading…
Add table
Reference in a new issue