From 713b6e39ef600f735d500e9aefcabf14e49e1903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 30 Jun 2023 17:50:01 +0200 Subject: [PATCH] Testing (#124) * restart config panel * Update manifest.toml * Standard (#119) * fix * Update manifest.toml * Update manifest.toml * Update POST_INSTALL.md * Update POST_INSTALL_fr.md * fix * Update manifest.toml * Auto-update README * Update tests.toml * Update tests.toml * remove standard * Update manifest.toml * Auto-update README * Update tests.toml * Update manifest.toml * Update manifest.toml * Update install * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- manifest.toml | 8 ++++---- scripts/install | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d125b25..79d5396 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Diagrams.net Integration -**Shipped version:** 23.05.2~ynh3 +**Shipped version:** 23.06~ynh1 **Demo:** https://demo.bookstackapp.com diff --git a/README_fr.md b/README_fr.md index dd87429..192d5ab 100644 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ BookStack est un système wiki simple prête à l'emploi. Les nouveaux utilisate - Multilingue -**Version incluse :** 23.05.2~ynh3 +**Version incluse :** 23.06~ynh1 **Démo :** https://demo.bookstackapp.com diff --git a/manifest.toml b/manifest.toml index 84a5283..bc3098b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "BookStack" description.en = "Platform to create documentation/wiki content" description.fr = "Plateforme pour créer du contenu de documentation/wiki" -version = "23.05.2~ynh3" +version = "23.06~ynh1" maintainers = ["eric_G"] @@ -18,7 +18,7 @@ userdoc = "https://www.bookstackapp.com/docs/user/" code = "https://github.com/BookStackApp/BookStack" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.1.21" architectures = "all" multi_instance = true ldap = true @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v23.05.2.tar.gz" - sha256 = "8baa11ec1e6fa4c4c8b9c5e8334197bb31382e315985828e0e7a449898460b04" + url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v23.06.tar.gz" + sha256 = "2d4462cc40ca715aed132fcb6b50f982cb9b2744c9c1ae2c2e0abc80477e3235" rename = "bookstack.tar.gz" autoupdate.strategy = "latest_github_tag" diff --git a/scripts/install b/scripts/install index 40bff2c..5bc5ef2 100644 --- a/scripts/install +++ b/scripts/install @@ -58,7 +58,7 @@ ynh_add_systemd_config yunohost service add $app --description="BookStack Queue Worker" --log="/var/log/$app/$app.log" #================================================= -# INSTALL LYCHEE WITH COMPOSER +# INSTALL BOOKSTACK WITH COMPOSER #================================================= ynh_script_progression --message="Installing BookStack with Composer..." --weight=5