From 8cb0727352d41be69c676ec50cf7a81275071d74 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 23 Feb 2022 06:20:25 +0000 Subject: [PATCH 1/3] Upgrade to v4.36.3 --- conf/admin.src | 4 ++-- conf/app.src | 4 ++-- manifest.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/admin.src b/conf/admin.src index 4c3f3c6..c1c9d28 100644 --- a/conf/admin.src +++ b/conf/admin.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.36.2.zip -SOURCE_SUM=b627f140f0a048eb5a677ce6fbaee8b91ef6572dc46079a75bea3b0b48c6a0d3 +SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.36.3.zip +SOURCE_SUM=eb2163c1f541dc0fc6628fba738e7e4b09f40083e65ff44efe60d43b16ca7439 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/conf/app.src b/conf/app.src index c5d91e7..e7b3167 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.36.2/Ghost-4.36.2.zip -SOURCE_SUM=c898f555b02b41a98086335b0a781d84aa12e08801af2614ccb8828cf9fd531a +SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.36.3/Ghost-4.36.3.zip +SOURCE_SUM=f48f8c55a61a90286f9a8664785ea2db9aa3371489db18480cd2389a7429c48b SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index bc96d6b..6faa0f1 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.36.2~ynh1", + "version": "4.36.3~ynh1", "url": "https://ghost.org/", "upstream": { "license": "MIT", From 413e45ff4f58cb57d280d23ba0317bf42530d13b Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Wed, 23 Feb 2022 06:20:30 +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 6617481..2f510a3 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.36.2~ynh1 +**Shipped version:** 4.36.3~ynh1 diff --git a/README_fr.md b/README_fr.md index 0752129..00de5db 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.36.2~ynh1 +**Version incluse :** 4.36.3~ynh1 From e8716956c7afe62f3d56a6f4aabe1ca37065f997 Mon Sep 17 00:00:00 2001 From: Melchisedech Date: Thu, 24 Feb 2022 22:46:30 +0100 Subject: [PATCH 3/3] Fix typo in a comment --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index d34558b..db57ebc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -91,7 +91,7 @@ then # Create a temporary directory tmpdir="$(mktemp -d)" - # Copy the admin saved settings from tmp directory to final path + # Copy the admin saved settings from final path to tmp directory cp -ar "$final_path/config.production.json" "$tmpdir/config.production.json" # Backup the content folder to the temp dir