From a18cbf9f31371d1fd8393f0dd8fe058d4cb8128b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 23 Dec 2021 15:39:29 +0100 Subject: [PATCH] 5.2.1 --- conf/app.src | 4 ++-- manifest.json | 2 +- scripts/restore | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/conf/app.src b/conf/app.src index 347b4e5..4935294 100755 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Jermolene/TiddlyWiki5/archive/v5.1.23.tar.gz -SOURCE_SUM=a35f8a4cb25f1f75e49ec40dcc9b1cd7ef4fb099322507464272be720fdc28d3 +SOURCE_URL=https://github.com/Jermolene/TiddlyWiki5/archive/v5.2.1.tar.gz +SOURCE_SUM=4e24c2df72c3b4c015db1589c5ce06d80d82a74447c2b07153a2d197b1f2c429 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 684da99..4524e68 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Non-linear personal web notebook", "fr": "Carnet Web personnel non linéaire" }, - "version": "5.1.23~ynh5", + "version": "5.2.1~ynh1", "url": "https://tiddlywiki.com/", "upstream": { "license": "BSD-2-Clause", diff --git a/scripts/restore b/scripts/restore index d0f22ab..b26ea57 100755 --- a/scripts/restore +++ b/scripts/restore @@ -36,8 +36,7 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) #================================================= ynh_script_progression --message="Validating restoration parameters..." --weight=1 -test ! -d $final_path \ - || ynh_die --message="There is already a directory: $final_path " +test ! -d $final_path || ynh_die --message="There is already a directory: $final_path " #================================================= # STANDARD RESTORATION STEPS