From e3383db9612a6bfa8692334c75c30d2fd33b0671 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 9 Apr 2022 06:21:00 +0000 Subject: [PATCH 1/3] Upgrade to v4.43.0 --- conf/admin.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/admin.src b/conf/admin.src index fab6f7c..1668f1b 100644 --- a/conf/admin.src +++ b/conf/admin.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.40.0.zip -SOURCE_SUM=a9ae84e15e5290b89e44741eaa5a20e19874282842d481427609efca27f60802 +SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.43.0.zip +SOURCE_SUM=e47e076803a3df9beb4691f274bcf3cdd4a294c0ec317c079a81cee6870b5f1c SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 38bd71b..8c49584 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Publishing, memberships, subscriptions and newsletters platform", "fr": "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters" }, - "version": "4.40.0~ynh1", + "version": "4.43.0~ynh1", "url": "https://ghost.org/", "upstream": { "license": "MIT", From 8f39e4c168404d5c024e203339baba5ededf0b5f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 9 Apr 2022 06:21:04 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e54cf4d..6905e97 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Publishing, memberships, subscriptions and newsletters platform -**Shipped version:** 4.40.0~ynh1 +**Shipped version:** 4.43.0~ynh1 diff --git a/README_fr.md b/README_fr.md index 683614f..bcf5207 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Plateforme d'édition, d'adhésions, d'abonnements et de newsletters -**Version incluse :** 4.40.0~ynh1 +**Version incluse :** 4.43.0~ynh1 From 89ff1462075eea719264cb49061b9c43fa056fdc Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 9 Apr 2022 23:42:54 +0200 Subject: [PATCH 3/3] No need to reinstall dependencies --- scripts/install | 2 -- scripts/upgrade | 2 -- 2 files changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index a9ca4ab..0f7fd56 100644 --- a/scripts/install +++ b/scripts/install @@ -134,9 +134,7 @@ ynh_script_progression --message="Building Ghost... (this will take some time an pushd "$final_path" ynh_use_nodejs ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn install --non-interactive - ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn add knex-migrator ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $final_path/node_modules/.bin/knex-migrator init - ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn add grunt-cli ember-cli ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $final_path/node_modules/.bin/grunt symlink ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $final_path/node_modules/.bin/grunt init --force popd diff --git a/scripts/upgrade b/scripts/upgrade index db57ebc..304bc31 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -163,9 +163,7 @@ then pushd "$final_path" ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn install --non-interactive - ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn add knex-migrator ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $final_path/node_modules/.bin/knex-migrator init - ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH yarn add grunt-cli ember-cli ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $final_path/node_modules/.bin/grunt symlink ynh_exec_warn_less ynh_exec_as $app $ynh_node_load_PATH $final_path/node_modules/.bin/grunt init --force popd