mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Upgrade to v1.5.2
This commit is contained in:
parent
f07b468fe1
commit
cf5d9c439f
2 changed files with 10 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/roundcube/roundcubemail/releases/download/1.5.1/roundcubemail-1.5.1.tar.gz
|
||||
SOURCE_SUM=ad2e4b061035567a6d19ddbda5275b667e5bd1042b236e6d410a305c34569931
|
||||
SOURCE_URL=https://github.com/roundcube/roundcubemail/releases/download/1.5.2/roundcubemail-1.5.2.tar.gz.asc
|
||||
SOURCE_SUM=049930f37b815d5c0d4a3dcd6f2ae4d138dc7b5d4f76efa0dd30c2fe176c039b
|
||||
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.1~ynh3",
|
||||
"version": "1.5.2~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