mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Merge pull request #119 from YunoHost-Apps/testing
Upgrade to version 4.36.3
This commit is contained in:
commit
f159f47b38
6 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue