mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
Merge pull request #43 from YunoHost-Apps/testing
Testing - Upgrade to v0.6.6
This commit is contained in:
commit
182436e81f
3 changed files with 6 additions and 8 deletions
|
@ -19,7 +19,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.5~ynh1
|
**Shipped version:** 0.6.6~ynh1
|
||||||
|
|
||||||
**Demo:** https://joinbookwyrm.com/fr/
|
**Demo:** https://joinbookwyrm.com/fr/
|
||||||
|
|
||||||
|
@ -32,7 +32,6 @@ BookWyrm is a social network for tracking your reading, talking about books, wri
|
||||||
* Official app website: <https://joinbookwyrm.com/fr/>
|
* Official app website: <https://joinbookwyrm.com/fr/>
|
||||||
* Official admin documentation: <https://docs.joinbookwyrm.com/>
|
* Official admin documentation: <https://docs.joinbookwyrm.com/>
|
||||||
* Upstream app code repository: <https://github.com/bookwyrm-social/bookwyrm>
|
* Upstream app code repository: <https://github.com/bookwyrm-social/bookwyrm>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_bookwyrm>
|
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/bookwyrm_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/bookwyrm_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -19,7 +19,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.5~ynh1
|
**Version incluse :** 0.6.6~ynh1
|
||||||
|
|
||||||
**Démo :** https://joinbookwyrm.com/fr/
|
**Démo :** https://joinbookwyrm.com/fr/
|
||||||
|
|
||||||
|
@ -32,7 +32,6 @@ BookWyrm est un réseau social pour garder la trace de vos lectures, parler de l
|
||||||
* Site officiel de l’app : <https://joinbookwyrm.com/fr/>
|
* Site officiel de l’app : <https://joinbookwyrm.com/fr/>
|
||||||
* Documentation officielle de l’admin : <https://docs.joinbookwyrm.com/>
|
* Documentation officielle de l’admin : <https://docs.joinbookwyrm.com/>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/bookwyrm-social/bookwyrm>
|
* Dépôt de code officiel de l’app : <https://github.com/bookwyrm-social/bookwyrm>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_bookwyrm>
|
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/bookwyrm_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/bookwyrm_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -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.6.5~ynh1"
|
version = "0.6.6~ynh1"
|
||||||
|
|
||||||
maintainers = ["oufmilo"]
|
maintainers = ["oufmilo"]
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ ram.runtime = "50M"
|
||||||
[install.language]
|
[install.language]
|
||||||
ask.en = "Choose the application language"
|
ask.en = "Choose the application language"
|
||||||
ask.fr = "Choisissez la langue de l'application"
|
ask.fr = "Choisissez la langue de l'application"
|
||||||
type = "string"
|
type = "select"
|
||||||
choices = ["de-de", "en-us", "es-es", "fr-fr", "it-it", "pt-pt", "zh-hans"]
|
choices = ["de-de", "en-us", "es-es", "fr-fr", "it-it", "pt-pt", "zh-hans"]
|
||||||
default = "fr-fr"
|
default = "fr-fr"
|
||||||
|
|
||||||
|
@ -50,8 +50,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.6.5.tar.gz"
|
url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.6.6.tar.gz"
|
||||||
sha256 = "3d3be2e417ef53bfce2dc7e6619f6e8b8398da8dc5823b8f83c4af10d64562fa"
|
sha256 = "e19b802e5ebcbaeb979f174f8f7fbd23690acee9000468a48016118257df5939"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue