mirror of
https://github.com/YunoHost-Apps/yeswiki_ynh.git
synced 2024-09-03 18:05:56 +02:00
Upgrade to v4.2.2
This commit is contained in:
parent
cb91c222bb
commit
71aa1662a3
2 changed files with 11 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YesWiki/yeswiki/archive/refs/tags/v4.2.1.tar.gz
|
||||
SOURCE_SUM=c2819433dec177361ceb9f89e9184650a519e0110d8f6716e34dccc7aa46014a
|
||||
SOURCE_URL=https://github.com/YesWiki/yeswiki/archive/refs/tags/v4.2.2.tar.gz
|
||||
SOURCE_SUM=50fb327154f8761afce7b12df3ad1c8dba7eb32b405d97b889ed3225d19ffb73
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Wiki that is quick and easy to use",
|
||||
"fr": "Wiki facile et rapide à prendre en main"
|
||||
},
|
||||
"version": "4.2.1~ynh1",
|
||||
"version": "4.2.2~ynh1",
|
||||
"url": "https://yeswiki.net/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
|
@ -68,7 +68,14 @@
|
|||
"en": "Choose the application language",
|
||||
"fr": "Choisissez la langue de l'application"
|
||||
},
|
||||
"choices": ["fr", "en", "ca", "es", "nl", "pt"],
|
||||
"choices": [
|
||||
"fr",
|
||||
"en",
|
||||
"ca",
|
||||
"es",
|
||||
"nl",
|
||||
"pt"
|
||||
],
|
||||
"default": "fr"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue