From 9e9c307a197faacaa746fe2bffe3533d566b9dd3 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 30 Jan 2022 03:18:51 +0100 Subject: [PATCH 1/2] Upgrade to 2.5.274~ynh1 --- README.md | 2 +- README_fr.md | 18 +++++++++--------- check_process | 8 ++++++-- conf/app.src | 4 ++-- manifest.json | 2 +- 5 files changed, 19 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f7e3663..eb66106 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost. -**Shipped version:** 2.5.272~ynh1 +**Shipped version:** 2.5.274~ynh1 **Demo:** https://docs-beta.requarks.io/ diff --git a/README_fr.md b/README_fr.md index ef14fb2..f89dd15 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,9 +14,9 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost. -**Version incluse :** 2.5.272~ynh1 +**Version incluse :** 2.5.274~ynh1 -**Démo :** https://docs-beta.requarks.io/ +**Démo :** https://docs-beta.requarks.io/ ## Captures d'écran @@ -31,12 +31,12 @@ Wiki.js is a copylefted libre software, modern and powerful wiki app built on No ## Documentations et ressources -* Site officiel de l'app : https://wiki.js.org/ -* Documentation officielle utilisateur : https://docs-beta.requarks.io/ -* Documentation officielle de l'admin : https://yunohost.org/en/app_wikijs -* Dépôt de code officiel de l'app : https://github.com/Requarks/wiki -* Documentation YunoHost pour cette app : https://yunohost.org/app_wikijs -* Signaler un bug : https://github.com/YunoHost-Apps/wikijs_ynh/issues +* Site officiel de l'app : https://wiki.js.org/ +* Documentation officielle utilisateur : https://docs-beta.requarks.io/ +* Documentation officielle de l'admin : https://yunohost.org/en/app_wikijs +* Dépôt de code officiel de l'app : https://github.com/Requarks/wiki +* Documentation YunoHost pour cette app : https://yunohost.org/app_wikijs +* Signaler un bug : https://github.com/YunoHost-Apps/wikijs_ynh/issues ## Informations pour les développeurs @@ -49,4 +49,4 @@ ou sudo yunohost app upgrade wikijs -u https://github.com/YunoHost-Apps/wikijs_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/check_process b/check_process index 2b3d8fa..2d6ab3b 100644 --- a/check_process +++ b/check_process @@ -37,15 +37,17 @@ # 2.5.201~ynh2 #upgrade=1 from_commit=17ee20b13ba56babe0231b3f9bd87e9118908838 # 2.5.201~ynh3 - upgrade=1 from_commit=16d047d802582d0d6db6d0d7343bd1fc0fb2eebf + #upgrade=1 from_commit=16d047d802582d0d6db6d0d7343bd1fc0fb2eebf # 2.5.214~ynh1 - upgrade=1 from_commit=078ffc6ade0df8efd2e035c25e36218c163d158d + #upgrade=1 from_commit=078ffc6ade0df8efd2e035c25e36218c163d158d # 2.5.219~ynh1 upgrade=1 from_commit=8d478fadb941f2d8d4407f90cb3ae7e939ff8924 # 2.5.219~ynh2 upgrade=1 from_commit=b59ca572505eb6b4b4f29596100c68808ec143cd # 2.5.268~ynh1 upgrade=1 from_commit=de01b48bfee4abff5edcf2fd288d3ff930ccc45a + # 2.5.272~ynh1 + upgrade=1 from_commit=0721e06b03c1fa384adcade256b1d67c9462d61e backup_restore=1 multi_instance=1 port_already_use=0 @@ -90,3 +92,5 @@ Notification=yes name=2.5.219~ynh2 ; commit=de01b48bfee4abff5edcf2fd288d3ff930ccc45a name=2.5.268~ynh1 + ; commit=0721e06b03c1fa384adcade256b1d67c9462d61e + name=2.5.272~ynh1 diff --git a/conf/app.src b/conf/app.src index d552544..82531c0 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.5.272/wiki-js.tar.gz -SOURCE_SUM=df4b610e39a3736e2d0a1822874159c88514ebf68a2a5e0c003e72aa7d3261ae +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.5.274/wiki-js.tar.gz +SOURCE_SUM=9779af942fc3209d96df12ddc1257680244374d19c83a3945b87b520e8a19724 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index a7db8d8..2148509 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source powerful wiki app built on Node.js, Git and Markdown", "fr": "Wiki open source propulsé par Node.js, Git et Markdown" }, - "version": "2.5.272~ynh1", + "version": "2.5.274~ynh1", "url": "https://wiki.js.org/", "upstream": { "license": "AGPL-3.0-or-later", From 4582646404994dd530192b4cf46d91c19fb30a1b Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Sun, 30 Jan 2022 02:18:58 +0000 Subject: [PATCH 2/2] Auto-update README --- README_fr.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README_fr.md b/README_fr.md index f89dd15..bc07b20 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,9 +14,9 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Wiki.js is a copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost. -**Version incluse :** 2.5.274~ynh1 +**Version incluse :** 2.5.274~ynh1 -**Démo :** https://docs-beta.requarks.io/ +**Démo :** https://docs-beta.requarks.io/ ## Captures d'écran @@ -31,12 +31,12 @@ Wiki.js is a copylefted libre software, modern and powerful wiki app built on No ## Documentations et ressources -* Site officiel de l'app : https://wiki.js.org/ -* Documentation officielle utilisateur : https://docs-beta.requarks.io/ -* Documentation officielle de l'admin : https://yunohost.org/en/app_wikijs -* Dépôt de code officiel de l'app : https://github.com/Requarks/wiki -* Documentation YunoHost pour cette app : https://yunohost.org/app_wikijs -* Signaler un bug : https://github.com/YunoHost-Apps/wikijs_ynh/issues +* Site officiel de l'app : https://wiki.js.org/ +* Documentation officielle utilisateur : https://docs-beta.requarks.io/ +* Documentation officielle de l'admin : https://yunohost.org/en/app_wikijs +* Dépôt de code officiel de l'app : https://github.com/Requarks/wiki +* Documentation YunoHost pour cette app : https://yunohost.org/app_wikijs +* Signaler un bug : https://github.com/YunoHost-Apps/wikijs_ynh/issues ## Informations pour les développeurs @@ -49,4 +49,4 @@ ou sudo yunohost app upgrade wikijs -u https://github.com/YunoHost-Apps/wikijs_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file