1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Merge pull request #120 from YunoHost-Apps/ci-auto-update-v4.37.0

Upgrade to version 4.37.0
This commit is contained in:
tituspijean 2022-02-27 11:29:12 +01:00 committed by GitHub
commit 0022d3e06f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View file

@ -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.3~ynh1
**Shipped version:** 4.37.0~ynh1

View file

@ -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.3~ynh1
**Version incluse :** 4.37.0~ynh1

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.36.3.zip
SOURCE_SUM=eb2163c1f541dc0fc6628fba738e7e4b09f40083e65ff44efe60d43b16ca7439
SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v4.37.0.zip
SOURCE_SUM=3a0a432bce5dd86dcbd5ff9eb2f826b5f850e42902665172ab0cb89615f63ca1
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.36.3/Ghost-4.36.3.zip
SOURCE_SUM=f48f8c55a61a90286f9a8664785ea2db9aa3371489db18480cd2389a7429c48b
SOURCE_URL=https://github.com/TryGhost/Ghost/releases/download/v4.37.0/Ghost-4.37.0.zip
SOURCE_SUM=622bb175a2fd6aa1a7211fd35db54b40d60ce4d4b13e3cd9c92029a81439065b
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=false

View file

@ -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.3~ynh1",
"version": "4.37.0~ynh1",
"url": "https://ghost.org/",
"upstream": {
"license": "MIT",

View file

@ -74,7 +74,7 @@ else
path=$old_path
fi
if [ $path =~ "\/ghost\/?" ]
if [[ $path =~ "\/ghost\/?" ]]
then
ynh_die --message="Sorry, Ghost does not support being installed on a path ending by /ghost"
fi