diff --git a/README.md b/README.md index 2724f43..d17f395 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.201~ynh3 +**Shipped version:** 2.5.214~ynh1 **Demo:** https://docs-beta.requarks.io/ diff --git a/README_fr.md b/README_fr.md index 95a3557..babe414 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.201~ynh3 +**Version incluse :** 2.5.214~ynh1 **Démo :** https://docs-beta.requarks.io/ diff --git a/check_process b/check_process index ca911f6..349e98f 100644 --- a/check_process +++ b/check_process @@ -36,6 +36,8 @@ #upgrade=1 from_commit=bce2bfa3f9f0e28ffdde79df17a34bd5302559ea # 2.5.201~ynh2 #upgrade=1 from_commit=17ee20b13ba56babe0231b3f9bd87e9118908838 + # 2.5.201~ynh3 + upgrade=1 from_commit=16d047d802582d0d6db6d0d7343bd1fc0fb2eebf backup_restore=1 multi_instance=1 port_already_use=0 @@ -70,3 +72,5 @@ Notification=yes name=2.5.201~ynh1 ; commit=17ee20b13ba56babe0231b3f9bd87e9118908838 name=2.5.201~ynh2 + ; commit=16d047d802582d0d6db6d0d7343bd1fc0fb2eebf + name=2.5.201~ynh3 diff --git a/conf/app.src b/conf/app.src index 751f515..8a4a929 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.5.201/wiki-js.tar.gz -SOURCE_SUM=9361be8d49defe5ab475126c210a56951160d4dabdd9b336f1891ac0a38a96c2 +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.5.214/wiki-js.tar.gz +SOURCE_SUM=117cac1e1109e352cc2d1b9e12816bf9213d49d2445cc64b849412bd9813a138 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 92398aa..60afb6b 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.201~ynh3", + "version": "2.5.214~ynh1", "url": "https://wiki.js.org/", "upstream": { "license": "AGPL-3.0-or-later",