From 98be2f544ded4df854151d6091f0c2fe86407a69 Mon Sep 17 00:00:00 2001 From: Florent Date: Mon, 14 Nov 2022 21:27:17 +0100 Subject: [PATCH] Update to 0.0.1.2022.06.03~ynh1 --- manifest.json | 2 +- scripts/_common.sh | 4 ++-- scripts/install | 2 +- scripts/upgrade | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index db7e243..82a822e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Search engine for PeerTube videos and channels", "fr": "Moteur de recherche de vidéos et chaînes PeerTube" }, - "version": "0.0.1.2021.12.28~ynh2", + "version": "0.0.1.2022.06.03~ynh1", "url": "https://search.joinpeertube.org/", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index 54ce98f..7656999 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,11 +9,11 @@ pkg_dependencies="git" extra_pkg_dependencies="elasticsearch-oss" -NODEJS_VERSION=12 +NODEJS_VERSION=14 REPOSITORY="https://framagit.org/framasoft/peertube/search-index" -COMMIT="5c8dc80186971f6f0b837ea484dde668ca437bd7" +COMMIT="316adda0db184cb36f0645a60dc8f6a1611ecd28" #================================================= # PERSONAL HELPERS diff --git a/scripts/install b/scripts/install index b9d2ba9..c50a19b 100644 --- a/scripts/install +++ b/scripts/install @@ -106,7 +106,7 @@ ynh_add_nginx_config #================================================= # SPECIFIC SETUP #================================================= -# BUILDING +# BUILDING #================================================= ynh_script_progression --message="Building..." diff --git a/scripts/upgrade b/scripts/upgrade index 23e15bf..1ce4c5b 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -114,7 +114,7 @@ ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ st #================================================= # SPECIFIC UPGRADE #================================================= -# BUILDING +# BUILDING #================================================= ynh_script_progression --message="Building..."