mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
commit
a1e12bcf71
4 changed files with 11 additions and 6 deletions
|
@ -4,7 +4,7 @@ Roundcube for YunoHost
|
|||
[Roundcube](https://roundcube.net/) is a browser-based multilingual IMAP client with
|
||||
an application-like user interface.
|
||||
|
||||
**Shipped version:** 1.3.3
|
||||
**Shipped version:** 1.3.6
|
||||
|
||||
![](https://roundcube.net/images/screens/mailview.jpg)
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
setup_private=0
|
||||
setup_public=0
|
||||
upgrade=1
|
||||
upgrade=1 from_commit=269500433bdbce3b477fa84d0af0db3ac466244d
|
||||
backup_restore=1
|
||||
multi_instance=1
|
||||
incorrect_path=1
|
||||
|
@ -33,3 +34,7 @@
|
|||
;;; Options
|
||||
Email=
|
||||
Notification=none
|
||||
;;; Upgrade options
|
||||
; commit=269500433bdbce3b477fa84d0af0db3ac466244d
|
||||
name=Fix install+upgrade and refactoring
|
||||
manifest_arg=domain=DOMAIN&path=PATH&with_carddav=1&with_enigma=1&
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
SOURCE_URL=https://github.com/roundcube/roundcubemail/releases/download/1.3.3/roundcubemail-1.3.3.tar.gz
|
||||
SOURCE_SUM=d3f13a73b3d68abd7b199120c84e863c5488668b33fc5703c0d7d5c3e0f9057d
|
||||
SOURCE_URL=https://github.com/roundcube/roundcubemail/releases/download/1.3.6/roundcubemail-1.3.6.tar.gz
|
||||
SOURCE_SUM=5796670080c9c3c4071eecc70ddcb6b5df98d8a241a73e8a687fd536a9410c7a
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=
|
||||
SOURCE_FILENAME=
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
"fr": "Webmail Open Source"
|
||||
},
|
||||
"url": "https://roundcube.net/",
|
||||
"license": "GPL-3.0",
|
||||
"version": "1.3.3-1",
|
||||
"license": "GPL-3",
|
||||
"version": "1.3.6~ynh1",
|
||||
"maintainer": {
|
||||
"name": "YunoHost Contributors",
|
||||
"email": "apps@yunohost.org"
|
||||
|
|
Loading…
Reference in a new issue