From 754fbecd4a20f815fab96524551243cde4da2020 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sun, 3 Dec 2023 17:19:11 +0100 Subject: [PATCH 1/3] version 1.3.4 --- conf/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.src b/conf/app.src index 1f40862..76e32fb 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ SOURCE_URL=https://github.com/maniackcrudelis/archivist/archive/refs/tags/v1.3.3.tar.gz -SOURCE_SUM=30fc33e5091f7e388004324da5f43b067ccb69e522a12ca298a2d969688094ee +SOURCE_SUM=97df967d79ee2acd0bfae929a9feccea4df0f5943f14101a20a066470142fe89 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From 5ae052792fd01c10ad7fa353ffb78e8b420861e0 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 30 Dec 2023 09:40:47 +0100 Subject: [PATCH 2/3] use right version name --- conf/app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/app.src b/conf/app.src index 76e32fb..7f451f6 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://github.com/maniackcrudelis/archivist/archive/refs/tags/v1.3.3.tar.gz +SOURCE_URL=https://github.com/maniackcrudelis/archivist/archive/refs/tags/v1.3.4.tar.gz SOURCE_SUM=97df967d79ee2acd0bfae929a9feccea4df0f5943f14101a20a066470142fe89 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz From 2a8c75bd343753ce3ec162c701161f55566cddf9 Mon Sep 17 00:00:00 2001 From: lapineige Date: Sat, 30 Dec 2023 09:43:29 +0100 Subject: [PATCH 3/3] fix linter warnings --- scripts/install | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/scripts/install b/scripts/install index 5d822cd..e7c4a0f 100755 --- a/scripts/install +++ b/scripts/install @@ -181,8 +181,7 @@ ynh_use_logrotate # PRINT INFORMATION #================================================= -Informations=" -To add recipients or to modify the files or apps to backup, +Informations="To add recipients or to modify the files or apps to backup,\ please have a look to the config file $config_file" ynh_print_info --message="$Informations" @@ -192,10 +191,7 @@ ynh_print_info --message="$Informations" if [ "$encrypt" = "true" ] then - encrypt_message="Your password for encryption is '$encryption_pwd' - -" - + encrypt_message="Your password for encryption is '$encryption_pwd'" else encrypt_message="" fi