mirror of
https://github.com/YunoHost-Apps/bookwyrm_ynh.git
synced 2024-09-03 18:16:12 +02:00
Merge pull request #36 from YunoHost-Apps/ci-auto-update-0.6.3
Upgrade to v0.6.3
This commit is contained in:
commit
92fb1ac323
3 changed files with 6 additions and 6 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.
|
||||
|
||||
|
||||
**Shipped version:** 0.6.2~ynh1
|
||||
**Shipped version:** 0.6.3~ynh1
|
||||
|
||||
**Demo:** https://joinbookwyrm.com/fr/
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
||||
**Version incluse :** 0.6.2~ynh1
|
||||
**Version incluse :** 0.6.3~ynh1
|
||||
|
||||
**Démo :** https://joinbookwyrm.com/fr/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "BookWyrm"
|
|||
description.en = "Platform for social reading"
|
||||
description.fr = "Plateforme de lecture sociale"
|
||||
|
||||
version = "0.6.2~ynh1"
|
||||
version = "0.6.3~ynh1"
|
||||
|
||||
maintainers = ["oufmilo"]
|
||||
|
||||
|
@ -19,7 +19,7 @@ cpe = "cpe:2.3:a:joinbookwyrm:bookwyrm"
|
|||
fund = ["https://patreon.com/bookwyrm", "https://opencollective.com/bookwyrm"]
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.16"
|
||||
yunohost = ">= 11.1.19"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
ldap = false
|
||||
|
@ -51,8 +51,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.6.2.tar.gz"
|
||||
sha256 = "0230c7ab7f1b1079f21180849507f252567e4d8b4d0d8de38c89de8ebab4a9f3"
|
||||
url = "https://github.com/bookwyrm-social/bookwyrm/archive/refs/tags/v0.6.3.tar.gz"
|
||||
sha256 = "7d100630d00bd4a11f16cda0603859ab190aee2efafeabedd1d82469cb571e78"
|
||||
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue