1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

[enh] Upgrade Roundcube to v1.2.0

This commit is contained in:
Jérôme Lebleu 2016-05-22 22:31:32 +02:00
parent 1e547925f5
commit 3846236be2
4 changed files with 15 additions and 10 deletions

View file

@ -4,11 +4,11 @@ Homepage: https://roundcube.net/
Standards-Version: 3.9.2
Package: roundcube-deps
Version: 1.1.5-1
Version: 1.2-1
Depends: php5-cli, php5-common, php5-intl, php5-json, php5-mcrypt
, php-pear, php-auth-sasl, php-mail-mime, php-patchwork-utf8
, php-net-sieve, php-net-smtp, php-net-socket
, php-net-ldap2, php-net-ldap3, php-crypt-gpg
, php-net-smtp, php-net-socket, php-crypt-gpg
, php-net-ldap2, php-net-ldap3
Architecture: all
Description: meta package for roundcube dependencies
RoundCube Webmail is a browser-based multilingual IMAP client with an

View file

@ -8,10 +8,10 @@
},
"url": "https://roundcube.net/",
"license": "GPL-3",
"version": "1.1.5",
"version": "1.2.0",
"maintainer": {
"name": "kload",
"email": "kload@kload.fr"
"name": "jerome",
"email": "jerome@yunohost.org"
},
"multi_instance": true,
"services": [
@ -20,7 +20,7 @@
"mysql"
],
"requirements": {
"yunohost": ">= 2.3.15"
"yunohost": ">= 2.4.0"
},
"arguments": {
"install" : [

View file

@ -3,13 +3,13 @@
#
# Roundcube version
VERSION=1.1.5
VERSION=1.2.0
# Package name for Roundcube dependencies
DEPS_PKG_NAME="roundcube-deps"
# Roundcube complete tarball checksum
ROUNDCUBE_SOURCE_SHA256="ed50384c5ca0bcd9df08e1d0f2a46f2e7f468f583bcf410709f0a0659e00c453"
ROUNDCUBE_SOURCE_SHA256="e3b89c2772c2c5990da9bca640bc342f486edf356016cf717e6a1083c822b523"
# Remote URL to fetch Roundcube source tarball
ROUNDCUBE_SOURCE_URL="https://github.com/roundcube/roundcubemail/releases/download/${VERSION}/roundcubemail-${VERSION}.tar.gz"

View file

@ -3,13 +3,18 @@
"description": "The Roundcube Webmail suite",
"license": "GPL-3.0+",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/roundcube/Net_Sieve.git"
},
{
"type": "composer",
"url": "https://plugins.roundcube.net/"
}
],
"require": {
"roundcube/plugin-installer": "dev-master"
"roundcube/plugin-installer": "dev-master",
"roundcube/net_sieve": "~1.5.0"
},
"minimum-stability": "dev"
}