1
0
Fork 0
This commit is contained in:
ericgaspar 2021-11-11 20:08:38 +01:00
parent 531c0a6b1b
commit 5c943e5032
No known key found for this signature in database
GPG Key ID: 574F281483054D44
4 changed files with 5 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
nodejs_version=15
nodejs_version=16
#=================================================
# PERSONAL HELPERS