From a7d6c79acad7c083ea347675e0b01975b1d0c45c Mon Sep 17 00:00:00 2001 From: __cyp Date: Fri, 31 Mar 2017 12:30:50 +0200 Subject: [PATCH] [fix] sha256sum --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 3191d72..37af832 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ VERSION="1.2.4" DEPS_PKG_NAME="roundcube-deps" # Roundcube complete tarball checksum -ROUNDCUBE_SOURCE_SHA256="6042f072fee95da27ab9f86f1f57378b463866747d6d77036ff1babb6764698d" +ROUNDCUBE_SOURCE_SHA256="76b52a6405e0fc36b6829bf21200badbc681b18c95c7b3d9098e90f9de7ed9cc" # Remote URL to fetch Roundcube source tarball ROUNDCUBE_SOURCE_URL="https://github.com/roundcube/roundcubemail/releases/download/${VERSION}/roundcubemail-${VERSION}.tar.gz"