mirror of
https://github.com/YunoHost-Apps/wikijs_ynh.git
synced 2024-09-03 20:36:09 +02:00
Upgrade to 2.3.81
This commit is contained in:
parent
0039313f70
commit
ddb3a60b6f
4 changed files with 18 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue