mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Merge pull request #223 from YunoHost-Apps/ci-auto-update-1.8.3
Upgrade to v1.8.3
This commit is contained in:
commit
97687fa3e9
3 changed files with 5 additions and 7 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
|
|
||||||
Flarum is a simple discussion platform for your website. It's fast and easy to use, with all the features you need to run a successful community.
|
Flarum is a simple discussion platform for your website. It's fast and easy to use, with all the features you need to run a successful community.
|
||||||
|
|
||||||
**Shipped version:** 1.8.2~ynh1
|
**Shipped version:** 1.8.3~ynh1
|
||||||
|
|
||||||
**Demo:** https://discuss.flarum.org/d/21101-demos-come-to-flarum
|
**Demo:** https://discuss.flarum.org/d/21101-demos-come-to-flarum
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ Flarum is a simple discussion platform for your website. It's fast and easy to u
|
||||||
* Official app website: <https://flarum.org>
|
* Official app website: <https://flarum.org>
|
||||||
* Official admin documentation: <https://docs.flarum.org>
|
* Official admin documentation: <https://docs.flarum.org>
|
||||||
* Upstream app code repository: <https://github.com/flarum/framework>
|
* Upstream app code repository: <https://github.com/flarum/framework>
|
||||||
* YunoHost documentation for this app: <https://yunohost.org/app_flarum>
|
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/flarum_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/flarum_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
||||||
|
|
||||||
Flarum est une plate-forme de discussion simple pour votre site Web. C'est rapide et facile à utiliser, avec toutes les fonctionnalités dont vous avez besoin pour gérer une communauté.
|
Flarum est une plate-forme de discussion simple pour votre site Web. C'est rapide et facile à utiliser, avec toutes les fonctionnalités dont vous avez besoin pour gérer une communauté.
|
||||||
|
|
||||||
**Version incluse :** 1.8.2~ynh1
|
**Version incluse :** 1.8.3~ynh1
|
||||||
|
|
||||||
**Démo :** https://discuss.flarum.org/d/21101-demos-come-to-flarum
|
**Démo :** https://discuss.flarum.org/d/21101-demos-come-to-flarum
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ Flarum est une plate-forme de discussion simple pour votre site Web. C'est rapid
|
||||||
* Site officiel de l’app : <https://flarum.org>
|
* Site officiel de l’app : <https://flarum.org>
|
||||||
* Documentation officielle de l’admin : <https://docs.flarum.org>
|
* Documentation officielle de l’admin : <https://docs.flarum.org>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/flarum/framework>
|
* Dépôt de code officiel de l’app : <https://github.com/flarum/framework>
|
||||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_flarum>
|
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/flarum_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/flarum_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -6,7 +6,7 @@ description.en = "Next-generation forum made simple"
|
||||||
description.fr = "Forum de nouvelle génération, simplement"
|
description.fr = "Forum de nouvelle génération, simplement"
|
||||||
description.de = "Forum der nächsten Generation leicht gemacht"
|
description.de = "Forum der nächsten Generation leicht gemacht"
|
||||||
|
|
||||||
version = "1.8.2~ynh1"
|
version = "1.8.3~ynh1"
|
||||||
|
|
||||||
maintainers = ["tituspijean"]
|
maintainers = ["tituspijean"]
|
||||||
|
|
||||||
|
@ -73,8 +73,8 @@ ram.runtime = "50M"
|
||||||
# The main source is only used to auto-update the package
|
# The main source is only used to auto-update the package
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
prefetch = false
|
prefetch = false
|
||||||
url = "https://github.com/flarum/framework/archive/refs/tags/v1.8.2.tar.gz"
|
url = "https://github.com/flarum/framework/archive/refs/tags/v1.8.3.tar.gz"
|
||||||
sha256 = "b1db07a9f0bdbd1b04b22e3c460de7e830f41d0c6f92264338309dbb7e148b1d"
|
sha256 = "88555b65aff8c80a9a3c32429b7d8085f96b9ad52b0f441d7f5e5b83e8501ae3"
|
||||||
autoupdate.upstream = "https://github.com/flarum/framework"
|
autoupdate.upstream = "https://github.com/flarum/framework"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue