1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiddlywiki_ynh.git synced 2024-09-03 20:26:34 +02:00
This commit is contained in:
ericgaspar 2021-12-23 15:39:29 +01:00
parent 7f56a04a75
commit a18cbf9f31
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 4 additions and 5 deletions

View file

@ -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

View file

@ -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",

View file

@ -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