diff --git a/README.md b/README.md index 291a9a0..f7e3663 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.268~ynh1 +**Shipped version:** 2.5.272~ynh1 **Demo:** https://docs-beta.requarks.io/ diff --git a/README_fr.md b/README_fr.md index 18c4450..ef14fb2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ 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.268~ynh1 +**Version incluse :** 2.5.272~ynh1 **Démo :** https://docs-beta.requarks.io/ diff --git a/check_process b/check_process index bbe5902..2b3d8fa 100644 --- a/check_process +++ b/check_process @@ -44,6 +44,8 @@ upgrade=1 from_commit=8d478fadb941f2d8d4407f90cb3ae7e939ff8924 # 2.5.219~ynh2 upgrade=1 from_commit=b59ca572505eb6b4b4f29596100c68808ec143cd + # 2.5.268~ynh1 + upgrade=1 from_commit=de01b48bfee4abff5edcf2fd288d3ff930ccc45a backup_restore=1 multi_instance=1 port_already_use=0 @@ -86,3 +88,5 @@ Notification=yes name=2.5.219~ynh1 ; commit=b59ca572505eb6b4b4f29596100c68808ec143cd name=2.5.219~ynh2 + ; commit=de01b48bfee4abff5edcf2fd288d3ff930ccc45a + name=2.5.268~ynh1 diff --git a/conf/app.src b/conf/app.src index 0a6b486..d552544 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.5.268/wiki-js.tar.gz -SOURCE_SUM=11ce2daeb5444db80ab38d5a21ce0d7b4d9cf7af50738e10b6805ff2dca4e3e2 +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.5.272/wiki-js.tar.gz +SOURCE_SUM=df4b610e39a3736e2d0a1822874159c88514ebf68a2a5e0c003e72aa7d3261ae SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index b0996d8..a7db8d8 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.268~ynh1", + "version": "2.5.272~ynh1", "url": "https://wiki.js.org/", "upstream": { "license": "AGPL-3.0-or-later",