update to latest

This commit is contained in:
kay (they/it) 2022-10-31 13:36:06 +01:00 committed by Florent
parent 45d8bb7c51
commit 18fd638d5f
4 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://gitlab.com/mx-puppet/discord/mx-puppet-discord/-/archive/3c82530ac4978ae206f63634a319523e5bff299a/mx-puppet-discord-master.tar.gz SOURCE_URL=https://gitlab.com/mx-puppet/discord/mx-puppet-discord/-/archive/fd4402268e9a8b942ca632f3337702862e06d24f/mx-puppet-discord-master.tar.gz
SOURCE_SUM=df351ace3788ad9c2d932bcdfc0ba691cd071575d7bd0f9180fbe6976dca5c42 SOURCE_SUM=b0edc4dfe9d3670eb8b53dc229a8fd7fb794ada5fe1f3d3ba4c38b54ce5ca176
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -5,10 +5,10 @@
#================================================= #=================================================
# Node version # Node version
NODEJS_VERSION=16 NODEJS_VERSION=12
# dependencies used by the app (must be on a single line) # dependencies used by the app (must be on a single line)
pkg_dependencies="postgresql" pkg_dependencies="postgresql libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev"
#================================================= #=================================================
# PERSONAL HELPERS # PERSONAL HELPERS

View file

@ -128,7 +128,7 @@ ynh_script_progression --message="Building Node dependencies..." --weight=30
pushd "$final_path" pushd "$final_path"
ynh_use_nodejs ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH GIT_SSH_COMMAND='ssh -o StrictHostKeyChecking=accept-new' npm install ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH npx yarn -- install
popd popd
#================================================= #=================================================

View file

@ -108,7 +108,7 @@ ynh_script_progression --message="Building Node dependencies..." --weight=3
pushd "$final_path" pushd "$final_path"
ynh_use_nodejs ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH GIT_SSH_COMMAND='ssh -o StrictHostKeyChecking=accept-new' npm install ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH npx yarn -- install
popd popd
#================================================= #=================================================