From 2ef3cd1fc1a863dd0cda79545b040b1f7095e278 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 4 Sep 2020 20:03:06 +0200 Subject: [PATCH 1/2] Upgrade to 2.5.105 --- README.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 20d5779..97c3755 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview A copylefted libre software, modern and powerful wiki app built on Node.js, Git and Markdown for YunoHost. -**Shipped version:** 2.4.107 +**Shipped version:** 2.5.105 ## Important points before installing diff --git a/conf/app.src b/conf/app.src index 9b9b6d0..276b870 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.4.107/wiki-js.tar.gz -SOURCE_SUM=ac5c389015578d145f440763ad68724bdf652691c7334fef5fe4b5c695cdc033 +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.5.105/wiki-js.tar.gz +SOURCE_SUM=35435a9ba1fbf20fda4ae78ccb19223ed6e2d0f8b86caafa4cf5f97ffbeba484 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 8d8380c..0981272 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "An open source, modern and powerful wiki app built on Node.js, Git and Markdown.", "fr": "Un wiki moderne et open source propulsé Node.js, Git et Markdown." }, - "version": "2.4.107~ynh1", + "version": "2.5.105~ynh1", "url": "https://wiki.js.org/", "license": "AGPL-3.0-or-later", "maintainer": { From 1b0dd3d6dfdbdcc44e34f5efa3ebd45cfe9f7947 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 6 Sep 2020 14:42:02 +0200 Subject: [PATCH 2/2] Update check_process --- check_process | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/check_process b/check_process index e5f1b57..273c07f 100644 --- a/check_process +++ b/check_process @@ -24,6 +24,8 @@ upgrade=1 from_commit=ddb3a60b6f0f8024169db5a79ea07a9ac936b290 # 2.4.75~ynh1 upgrade=1 from_commit=164ef6bac3a65fe075850ec060edcd9c3249f83a + # 2.4.107~ynh1 + upgrade=1 from_commit=ed3d16ea928155936ecf8753fcc6096a01971e6d backup_restore=1 multi_instance=1 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. @@ -51,3 +53,5 @@ Notification=yes name=2.3.81~ynh1 ; commit=164ef6bac3a65fe075850ec060edcd9c3249f83a name=2.4.75~ynh1 + ; commit=ed3d16ea928155936ecf8753fcc6096a01971e6d + name=2.4.107~ynh1