From 807140439bb92f3c010043766a4fac5472fed160 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 9 Nov 2020 09:27:29 +0100 Subject: [PATCH] Upgrade to v.1.17.2 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 4 ++-- scripts/_common.sh | 1 - scripts/remove | 2 +- 6 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6a02988..c217250 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to Backdrop CMS is a simple, lightweight, and easy-to-use Content Management System for building professional websites. -**Shipped version:** 1.17.1 +**Shipped version:** 1.17.2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 96f1c93..a17acde 100644 --- a/README_fr.md +++ b/README_fr.md @@ -12,7 +12,7 @@ Si vous n’avez pas YunoHost, consultez [le guide](https://yunohost.org/#/insta Backdrop CMS is a simple, lightweight, and easy-to-use Content Management System for building professional websites. -**Version incluse :** 1.17.1 +**Version incluse :** 1.17.2 ## Captures d’écran diff --git a/conf/app.src b/conf/app.src index ad1ac06..394f597 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/backdrop/backdrop/releases/download/1.17.1/backdrop.zip -SOURCE_SUM=1d31f4b76e5d153e22bdbd861d6699fe0ea51a546b26900df77a36ddd9d33faa +SOURCE_URL=https://github.com/backdrop/backdrop/releases/download/1.17.2/backdrop.zip +SOURCE_SUM=76851a5b59c4737eec45de4f497b1696f2b7473cc55597fd2c5c2f29934c94a5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index d9c3da2..333d61c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Easy-to-use CMS for building professional websites", "fr": "CMS facile à utiliser pour créer des sites Web professionnels" }, - "version": "1.17.1~ynh1", + "version": "1.17.2~ynh1", "url": "https://backdropcms.org/", "license": "GPL-2.0", "maintainer": { @@ -14,7 +14,7 @@ "email": "" }, "requirements": { - "yunohost": ">= 3.8.1" + "yunohost": ">= 4.0.0" }, "multi_instance": true, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 2b57d2e..e7b081e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,6 @@ YNH_PHP_VERSION="7.3" extra_php_dependencies="php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xmlrpc php${YNH_PHP_VERSION}-soap php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-zip" - #================================================= # PERSONAL HELPERS #================================================= diff --git a/scripts/remove b/scripts/remove index 5a7b24f..4c4125f 100644 --- a/scripts/remove +++ b/scripts/remove @@ -49,7 +49,7 @@ ynh_remove_nginx_config #================================================= ynh_script_progression --message="Removing PHP-FPM configuration..." --weight=3 -# Remove the dedicated php-fpm config +# Remove the dedicated PHP-FPM config ynh_remove_fpm_config #=================================================