From 93dfed420a9eb49c5247ff4f4a6525cb025eef8f Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Oct 2021 23:35:21 +0200 Subject: [PATCH] Upgrade to 2.5.219~ynh1 --- README.md | 2 +- README_fr.md | 2 +- check_process | 4 ++++ conf/app.src | 4 ++-- manifest.json | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d17f395..8b8674f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Open source, modern and powerful wiki app built on Node.js, Git and Markdown. -**Shipped version:** 2.5.214~ynh1 +**Shipped version:** 2.5.219~ynh1 **Demo:** https://docs-beta.requarks.io/ diff --git a/README_fr.md b/README_fr.md index babe414..7288993 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Wiki moderne et open source propulsé Node.js, Git et Markdown. -**Version incluse :** 2.5.214~ynh1 +**Version incluse :** 2.5.219~ynh1 **Démo :** https://docs-beta.requarks.io/ diff --git a/check_process b/check_process index 349e98f..b2a8049 100644 --- a/check_process +++ b/check_process @@ -38,6 +38,8 @@ #upgrade=1 from_commit=17ee20b13ba56babe0231b3f9bd87e9118908838 # 2.5.201~ynh3 upgrade=1 from_commit=16d047d802582d0d6db6d0d7343bd1fc0fb2eebf + # 2.5.214~ynh1 + upgrade=1 from_commit=078ffc6ade0df8efd2e035c25e36218c163d158d backup_restore=1 multi_instance=1 port_already_use=0 @@ -74,3 +76,5 @@ Notification=yes name=2.5.201~ynh2 ; commit=16d047d802582d0d6db6d0d7343bd1fc0fb2eebf name=2.5.201~ynh3 + ; commit=078ffc6ade0df8efd2e035c25e36218c163d158d + name=2.5.214~ynh1 diff --git a/conf/app.src b/conf/app.src index 8a4a929..4576a4b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.5.214/wiki-js.tar.gz -SOURCE_SUM=117cac1e1109e352cc2d1b9e12816bf9213d49d2445cc64b849412bd9813a138 +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.5.219/wiki-js.tar.gz +SOURCE_SUM=c73c4ebf5ec1fbdc1e82d3571abf520f82945a531baef3ed661bdf9a866104d7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 60afb6b..6dd12c0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open source, modern and powerful wiki app built on Node.js, Git and Markdown.", "fr": "Wiki moderne et open source propulsé Node.js, Git et Markdown." }, - "version": "2.5.214~ynh1", + "version": "2.5.219~ynh1", "url": "https://wiki.js.org/", "upstream": { "license": "AGPL-3.0-or-later",