From 620e609cbd817e3b768534ee3720044b345871fc Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 17 Feb 2021 20:47:16 +0100 Subject: [PATCH] Upgrade to 0.0.1-2021-02-17 --- README.md | 2 +- check_process | 4 ++++ manifest.json | 2 +- scripts/_common.sh | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ad75bd..1548c6f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview A search engine for [PeerTube](https://joinpeertube.org/) videos and channels, developed by Framasoft. -**Shipped version:** 0.0.1-2020-12-24 +**Shipped version:** 0.0.1-2021-02-17 ## Important points to read before installing diff --git a/check_process b/check_process index c834a96..dc206b7 100644 --- a/check_process +++ b/check_process @@ -17,6 +17,8 @@ upgrade=1 # 0.0.1-2020-10-31~ynh1 upgrade=1 from_commit=b0541627859d2b702b55f7ac33e7f786e70b3051 + # 0.0.1-2020-12-24~ynh1 + upgrade=1 from_commit=103b86aa716d289cab00aee49e539cab252e21a3 backup_restore=1 multi_instance=1 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. @@ -32,3 +34,5 @@ Notification=none ;;; Upgrade options ; commit=b0541627859d2b702b55f7ac33e7f786e70b3051 name=0.0.1-2020-10-31~ynh1 + ; commit=103b86aa716d289cab00aee49e539cab252e21a3 + name=0.0.1-2020-12-24~ynh1 diff --git a/manifest.json b/manifest.json index a09eba9..f495bd5 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A search engine for PeerTube videos and channels", "fr": "Un moteur de recherche de vidéos et chaînes PeerTube" }, - "version": "0.0.1-2020-12-24~ynh1", + "version": "0.0.1-2021-02-17~ynh1", "url": "https://search.joinpeertube.org/", "license": "AGPL-3.0-only", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 95bb839..2490276 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -12,7 +12,7 @@ NODEJS_VERSION=12 source="https://framagit.org/framasoft/peertube/search-index" -COMMIT="217666c70766aa9a81ce6dde9e6c41a43d2da991" +COMMIT="c29e7f02df4bd5cdfac3696de6d221f1beea041f" #================================================= # PERSONAL HELPERS