mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Upgrade to v1.6.0
This commit is contained in:
parent
97b9dd909d
commit
6b2738e343
2 changed files with 10 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/roundcube/roundcubemail/releases/download/1.5.3/roundcubemail-1.5.3.tar.gz
|
||||
SOURCE_SUM=22fdfa0f868fc478dfbb1dfa9bcd5fc91be981182334ca6079ad1ae03ac4c96e
|
||||
SOURCE_URL=https://github.com/roundcube/roundcubemail/releases/download/1.6.0/roundcubemail-1.6.0.tar.gz.asc
|
||||
SOURCE_SUM=d6f1c9ec14eab5ce02ac39722a3207701f09775bbc8dc1570810c0e666585ff4
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Open Source Webmail software",
|
||||
"fr": "Webmail Open Source"
|
||||
},
|
||||
"version": "1.5.3~ynh1",
|
||||
"version": "1.6.0~ynh1",
|
||||
"url": "https://roundcube.net/",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-only",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"mysql"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain"
|
||||
|
@ -48,7 +48,12 @@
|
|||
"en": "Choose the application language",
|
||||
"fr": "Choisissez la langue de l'application"
|
||||
},
|
||||
"choices": ["de_DE", "en_GB", "fr_FR", "it_IT"],
|
||||
"choices": [
|
||||
"de_DE",
|
||||
"en_GB",
|
||||
"fr_FR",
|
||||
"it_IT"
|
||||
],
|
||||
"default": "en_GB"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue