mirror of
https://github.com/YunoHost-Apps/flarum_ynh.git
synced 2024-09-03 18:36:24 +02:00
Merge pull request #224 from YunoHost-Apps/ci-auto-update-sources
Upgrade sources
This commit is contained in:
commit
9f9db1b661
3 changed files with 4 additions and 2 deletions
|
@ -31,6 +31,7 @@ Flarum is a simple discussion platform for your website. It's fast and easy to u
|
|||
* Official app website: <https://flarum.org>
|
||||
* Official admin documentation: <https://docs.flarum.org>
|
||||
* Upstream app code repository: <https://github.com/flarum/framework>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/flarum>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/flarum_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -31,6 +31,7 @@ Flarum est une plate-forme de discussion simple pour votre site Web. C'est rapid
|
|||
* Site officiel de l’app : <https://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>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/flarum>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/flarum_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
|
|
@ -80,8 +80,8 @@ ram.runtime = "50M"
|
|||
|
||||
# The flarum source is the one actually being installed
|
||||
[resources.sources.flarum]
|
||||
url = "https://github.com/flarum/flarum/archive/refs/tags/v1.8.0.tar.gz"
|
||||
sha256 = "33e0722882670b217637e6c3e410056be6b999507ee68567415f1adb4a064929"
|
||||
url = "https://github.com/flarum/flarum/archive/refs/tags/v1.8.1.tar.gz"
|
||||
sha256 = "25ab0e3f44944ab478dd1076d4ada60a4f1a6255cb291423011d35b341f32570"
|
||||
autoupdate.upstream = "https://github.com/flarum/flarum"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue