From cde64932e69690251f8ee748f7faefef9be2cda1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 1 May 2021 08:17:46 +0200 Subject: [PATCH] Testing (#25) * Upgrade to upstream (#24) --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- scripts/install | 1 - scripts/restore | 1 - scripts/upgrade | 1 - 7 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3f5e608..91b0e8d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ BookStack is a simple, self-hosted, easy-to-use platform for organising and stor BookStack is built using PHP, on top of the Laravel framework and it uses MySQL to store data. -**Shipped version:** 21.04.2 +**Shipped version:** 21.04.3 ## Screenshots diff --git a/README_fr.md b/README_fr.md index e30ae6a..9fa7789 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Overview BookStack est une plate-forme simple, auto-hébergée et facile à utiliser pour organiser et stocker des informations. -**Version incluse :** 21.04.2 +**Version incluse :** 21.04.3 ## Screenshots diff --git a/conf/app.src b/conf/app.src index 3901e9f..6fab4a3 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v21.04.2.tar.gz -SOURCE_SUM=fd5822ec1367227852e579164de606d786c2b66e73d72c10343a1d25bad0f6df +SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v21.04.3.tar.gz +SOURCE_SUM=5c2bfa20c0226587d552c76f33593ed9bfe2d5db36243320790cafa12041a09d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index e02694e..d841077 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Platform to create documentation/wiki content", "fr": "Plateforme pour créer du contenu de documentation/wiki " }, - "version": "21.04.2~ynh1", + "version": "21.04.3~ynh1", "url": "https://www.bookstackapp.com/", "license": "MIT", "maintainer": { diff --git a/scripts/install b/scripts/install index a61b96e..9fcb0a8 100644 --- a/scripts/install +++ b/scripts/install @@ -125,7 +125,6 @@ popd # Set permissions to app files chown -R $app: $final_path chmod -R 755 $final_path - chmod 600 $final_path/.env #================================================= diff --git a/scripts/restore b/scripts/restore index 9bfca26..d373002 100644 --- a/scripts/restore +++ b/scripts/restore @@ -69,7 +69,6 @@ ynh_restore_file --origin_path="$final_path" # Restore permissions on app files chown -R $app: $final_path chmod -R 755 $final_path - chmod 600 $final_path/.env #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 2c12ee9..00e9101 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -124,7 +124,6 @@ popd # Set permissions on app files chown -R $app: $final_path chmod -R 755 $final_path - chmod 600 $final_path/.env #=================================================