From 0e5e2458cd2d6fbe02c113a22a820aed069a3fcc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Sun, 2 Oct 2016 11:52:03 +0200 Subject: [PATCH] [enh] Update Roundcube to v1.2.2 --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a5531e7..5f9b8ca 100644 --- a/README.md +++ b/README.md @@ -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.2.1 +**Shipped version:** 1.2.2 ## Features diff --git a/manifest.json b/manifest.json index 159bdd8..2401514 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://roundcube.net/", "license": "GPL-3", - "version": "1.2.1", + "version": "1.2.2", "maintainer": { "name": "jerome", "email": "jerome@yunohost.org" diff --git a/scripts/_common.sh b/scripts/_common.sh index 028d21d..630c5f5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # Roundcube version -VERSION="1.2.1" +VERSION="1.2.2" # Package name for Roundcube dependencies DEPS_PKG_NAME="roundcube-deps" # Roundcube complete tarball checksum -ROUNDCUBE_SOURCE_SHA256="05c0b17c8951db1d220f2f2186e6981545789da0d084a543e28a7d2511db8302" +ROUNDCUBE_SOURCE_SHA256="6c647ed28ea0ae1b730a1784018b63884e65ed6036208e9c3a6ee62123fe856d" # Remote URL to fetch Roundcube source tarball ROUNDCUBE_SOURCE_URL="https://github.com/roundcube/roundcubemail/releases/download/${VERSION}/roundcubemail-${VERSION}.tar.gz"