From c34b1648cc055eb36e189f83fb973274fd41a96f Mon Sep 17 00:00:00 2001 From: magikcypress Date: Sat, 11 Mar 2017 15:13:23 +0100 Subject: [PATCH] Update manifest and README for 1.2.4 release --- 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 0226d60..6b5a3d5 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.3 +**Shipped version:** 1.2.4 ![](https://roundcube.net/images/screens/mailview.jpg) diff --git a/manifest.json b/manifest.json index 6414b75..5b057d4 100644 --- a/manifest.json +++ b/manifest.json @@ -8,7 +8,7 @@ }, "url": "https://roundcube.net/", "license": "GPL-3", - "version": "1.2.3", + "version": "1.2.4", "maintainer": { "name": "jerome", "email": "jerome@yunohost.org" diff --git a/scripts/_common.sh b/scripts/_common.sh index 0dfab9b..3191d72 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # Roundcube version -VERSION="1.2.3" +VERSION="1.2.4" # Package name for Roundcube dependencies DEPS_PKG_NAME="roundcube-deps" # Roundcube complete tarball checksum -ROUNDCUBE_SOURCE_SHA256="2df820d2ccc7bb320f854a821a1dc9983792f42a3353a1d38fe0822d94980d4d" +ROUNDCUBE_SOURCE_SHA256="6042f072fee95da27ab9f86f1f57378b463866747d6d77036ff1babb6764698d" # Remote URL to fetch Roundcube source tarball ROUNDCUBE_SOURCE_URL="https://github.com/roundcube/roundcubemail/releases/download/${VERSION}/roundcubemail-${VERSION}.tar.gz"