From ddb3a60b6f0f8024169db5a79ea07a9ac936b290 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 22 May 2020 03:56:58 +0200 Subject: [PATCH] Upgrade to 2.3.81 --- README.md | 2 +- check_process | 15 ++++++++++++++- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4f08f31..32ac1bf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please look at [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.3.77 +**Shipped version:** 2.3.81 ## Important points before installing diff --git a/check_process b/check_process index dd65b2a..932e238 100644 --- a/check_process +++ b/check_process @@ -17,7 +17,9 @@ # 2.1.113 upgrade=1 from_commit=f9dd286ff1d662e4ece78364230fc2fddef721cd # 2.2.51 - upgrade=1 from_commit=1898f27765068f49de23e7ba66b1fc23571799dc + upgrade=1 from_commit=1898f27765068f49de23e7ba66b1fc23571799dc + # 2.3.77 + upgrade=1 from_commit=8c74d870a550e99db4b6cac0a695f3155b28b514 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. @@ -30,3 +32,14 @@ ;;; Options Email=yalh@yahoo.com Notification=yes +;;; Upgrade options + ; commit=62db8a96750dfd28880126d3eb9228d4d71f0814 + name=2.0.0-beta.303 + ; commit=90fb1a7cb3db812a8b2558673d5f1f22b39becec + name=2.0.12 + ; commit=f9dd286ff1d662e4ece78364230fc2fddef721cd + name=2.1.113 + ; commit=1898f27765068f49de23e7ba66b1fc23571799dc + name=2.2.51 + ; commit=8c74d870a550e99db4b6cac0a695f3155b28b514 + name=2.3.77 \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index 9e5e48e..f8650de 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.3.77/wiki-js.tar.gz -SOURCE_SUM=c416d5e02068a36bb9b4e4fd61436f094440f22d89b0bbca3ae7d89ec9cf9e50 +SOURCE_URL=https://github.com/Requarks/wiki/releases/download/2.3.81/wiki-js.tar.gz +SOURCE_SUM=a53aafb211edbbde1d2ef111eaec1375a31620c469c5723113af27a59c5c13e8 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 6fba7b7..a0d82ef 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.3.77~ynh1", + "version": "2.3.81~ynh1", "url": "https://wiki.js.org/", "license": "AGPL-3.0-or-later", "maintainer": {