From 5c943e503217c3d982997274a4513333dfc7bfc4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 11 Nov 2021 20:08:38 +0100 Subject: [PATCH] 3.4.14 --- .github/workflows/updater.sh | 5 +---- conf/app.src | 4 ++-- manifest.json | 2 +- scripts/_common.sh | 2 +- 4 files changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 88338a3..e54f084 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -63,7 +63,7 @@ echo "Handling asset at $asset_url" # Here we base the source file name upon a unique keyword in the assets url (admin vs. update) # Leave $src empty to ignore the asset case $asset_url in - *".tar.gz"*) + "v"*".tar.gz"*) src="app" ;; esac @@ -116,9 +116,6 @@ done # GENERIC FINALIZATION #================================================= -# Install moreutils, needed for sponge -sudo apt-get install moreutils - # Replace new version in manifest echo "$(jq -s --indent 4 ".[] | .version = \"$version~ynh1\"" manifest.json)" > manifest.json diff --git a/conf/app.src b/conf/app.src index d7f8169..e4a9f74 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/timvisee/send/archive/refs/tags/v3.4.13.tar.gz -SOURCE_SUM=6b4e072f23325edd47666bdc6edf0e428c5e4ced22d8a5d3ffa9ca12be63b7cb +SOURCE_URL=https://github.com/timvisee/send/archive/refs/tags/v3.4.14.tar.gz +SOURCE_SUM=8c0234aedf8a2a67ef0a8f3b3cb72635c77d6496b0dd680ec2e70ae2f6b86c4d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index f424913..2c676d4 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "File sharing which allows to send encrypted files", "fr": "Partage de fichiers qui permet d'envoyer des fichiers chiffrés" }, - "version": "3.4.13~ynh2", + "version": "3.4.14~ynh1", "url": "https://github.com/timvisee/send", "upstream": { "license": "MPL-2.0", diff --git a/scripts/_common.sh b/scripts/_common.sh index afb7110..3dbfaac 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -nodejs_version=15 +nodejs_version=16 #================================================= # PERSONAL HELPERS