From 8e37fde60f5681a096057cfa893d4ae4685ded62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Fri, 29 Jul 2016 22:21:21 +0200 Subject: [PATCH] [enh] Upgrade Roundcube to v1.2.1 --- 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 3a9f204..f2e9f34 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.0 +**Shipped version:** 1.2.1 ## Features diff --git a/manifest.json b/manifest.json index 62dd525..159bdd8 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://roundcube.net/", "license": "GPL-3", - "version": "1.2.0", + "version": "1.2.1", "maintainer": { "name": "jerome", "email": "jerome@yunohost.org" diff --git a/scripts/_common.sh b/scripts/_common.sh index c456eac..028d21d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # Roundcube version -VERSION=1.2.0 +VERSION="1.2.1" # Package name for Roundcube dependencies DEPS_PKG_NAME="roundcube-deps" # Roundcube complete tarball checksum -ROUNDCUBE_SOURCE_SHA256="e3b89c2772c2c5990da9bca640bc342f486edf356016cf717e6a1083c822b523" +ROUNDCUBE_SOURCE_SHA256="05c0b17c8951db1d220f2f2186e6981545789da0d084a543e28a7d2511db8302" # Remote URL to fetch Roundcube source tarball ROUNDCUBE_SOURCE_URL="https://github.com/roundcube/roundcubemail/releases/download/${VERSION}/roundcubemail-${VERSION}.tar.gz"