From c0466767572c5966b49e4090652ee99a699506f0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 18 Feb 2021 16:23:32 +0100 Subject: [PATCH 1/2] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 68e5bf8..795b560 100644 --- a/scripts/install +++ b/scripts/install @@ -119,7 +119,7 @@ chown -R $app: $final_path pushd $final_path || ynh_die ynh_use_nodejs - ynh_exec_as $app env "$ynh_node_load_PATH" src/bin/installDeps.sh + ynh_exec_as $app env $ynh_node_load_PATH src/bin/installDeps.sh popd || ynh_die #================================================= From 9ef19b25843d7fc6f2b19c63a4fec30ff8d3b15e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 18 Feb 2021 16:25:08 +0100 Subject: [PATCH 2/2] Upgrade to version 1.8.9 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index bc1fb30..110582e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Etherpad allows you to edit documents collaboratively in real-time, much like a live multi-player editor that runs in your browser. Write articles, press releases, to-do lists, etc. together with your friends, fellow students or colleagues, all working on the same document at the same time. -**Shipped version:** 1.8.8 +**Shipped version:** 1.8.9 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 250abbe..e8ed282 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, merci de regarder [ici](https://yunohost.org/#/inst ## Résumé Etherpad vous permet d'éditer des documents de manière collaborative en temps réel, un peu comme un éditeur multi-joueurs en direct qui s'exécute dans votre navigateur. Rédigez des articles, des communiqués de presse, des listes de choses à faire, etc. avec vos amis, camarades ou collègues, tous travaillant sur le même document en même temps. -**Version embarquée :** 1.8.8 +**Version embarquée :** 1.8.9 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 8bbfa8d..7b0702f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/ether/etherpad-lite/archive/1.8.8.tar.gz -SOURCE_SUM=20c9c63504e9a53ed5f5eb7c3fb80df1ac916cce22ce272135c6f15fe7ea4da1 +SOURCE_URL=https://github.com/ether/etherpad-lite/archive/1.8.9.tar.gz +SOURCE_SUM=8954af79cde7bc8b10b8d0fca6ed772228cf7bacb50af845b235d553bb24a919 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 8ff9192..dd6c9ac 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Online editor providing collaborative editing in real-time.", "fr": "Éditeur en ligne fournissant l'édition collaborative en temps réel." }, - "version": "1.8.8~ynh1", + "version": "1.8.9~ynh1", "url": "https://etherpad.org/", "license": "Apache-2.0", "maintainer": {