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 Standards-Version: 3.9.2
Package: roundcube-deps Package: roundcube-deps
Version: 1.1.5-1 Version: 1.2-1
Depends: php5-cli, php5-common, php5-intl, php5-json, php5-mcrypt Depends: php5-cli, php5-common, php5-intl, php5-json, php5-mcrypt
, php-pear, php-auth-sasl, php-mail-mime, php-patchwork-utf8 , php-pear, php-auth-sasl, php-mail-mime, php-patchwork-utf8
, php-net-sieve, php-net-smtp, php-net-socket , php-net-smtp, php-net-socket, php-crypt-gpg
, php-net-ldap2, php-net-ldap3, php-crypt-gpg , php-net-ldap2, php-net-ldap3
Architecture: all Architecture: all
Description: meta package for roundcube dependencies Description: meta package for roundcube dependencies
RoundCube Webmail is a browser-based multilingual IMAP client with an RoundCube Webmail is a browser-based multilingual IMAP client with an

View file

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

View file

@ -3,13 +3,13 @@
# #
# Roundcube version # Roundcube version
VERSION=1.1.5 VERSION=1.2.0
# Package name for Roundcube dependencies # Package name for Roundcube dependencies
DEPS_PKG_NAME="roundcube-deps" DEPS_PKG_NAME="roundcube-deps"
# Roundcube complete tarball checksum # Roundcube complete tarball checksum
ROUNDCUBE_SOURCE_SHA256="ed50384c5ca0bcd9df08e1d0f2a46f2e7f468f583bcf410709f0a0659e00c453" ROUNDCUBE_SOURCE_SHA256="e3b89c2772c2c5990da9bca640bc342f486edf356016cf717e6a1083c822b523"
# Remote URL to fetch Roundcube source tarball # Remote URL to fetch Roundcube source tarball
ROUNDCUBE_SOURCE_URL="https://github.com/roundcube/roundcubemail/releases/download/${VERSION}/roundcubemail-${VERSION}.tar.gz" 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", "description": "The Roundcube Webmail suite",
"license": "GPL-3.0+", "license": "GPL-3.0+",
"repositories": [ "repositories": [
{
"type": "vcs",
"url": "https://github.com/roundcube/Net_Sieve.git"
},
{ {
"type": "composer", "type": "composer",
"url": "https://plugins.roundcube.net/" "url": "https://plugins.roundcube.net/"
} }
], ],
"require": { "require": {
"roundcube/plugin-installer": "dev-master" "roundcube/plugin-installer": "dev-master",
"roundcube/net_sieve": "~1.5.0"
}, },
"minimum-stability": "dev" "minimum-stability": "dev"
} }