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

[enh] Update Roundcube to v1.2.2

This commit is contained in:
Jérôme Lebleu 2016-10-02 11:52:03 +02:00
parent f5eb4d27a1
commit 0e5e2458cd
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ Roundcube for YunoHost
[Roundcube](https://roundcube.net/) is a browser-based multilingual IMAP client with [Roundcube](https://roundcube.net/) is a browser-based multilingual IMAP client with
an application-like user interface. an application-like user interface.
**Shipped version:** 1.2.1 **Shipped version:** 1.2.2
## Features ## Features

View file

@ -8,7 +8,7 @@
}, },
"url": "https://roundcube.net/", "url": "https://roundcube.net/",
"license": "GPL-3", "license": "GPL-3",
"version": "1.2.1", "version": "1.2.2",
"maintainer": { "maintainer": {
"name": "jerome", "name": "jerome",
"email": "jerome@yunohost.org" "email": "jerome@yunohost.org"

View file

@ -3,13 +3,13 @@
# #
# Roundcube version # Roundcube version
VERSION="1.2.1" VERSION="1.2.2"
# 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="05c0b17c8951db1d220f2f2186e6981545789da0d084a543e28a7d2511db8302" ROUNDCUBE_SOURCE_SHA256="6c647ed28ea0ae1b730a1784018b63884e65ed6036208e9c3a6ee62123fe856d"
# 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"