From e7198139c0ab8c6a8e560812bd145327633bb440 Mon Sep 17 00:00:00 2001 From: magikcypress Date: Fri, 30 Jun 2017 15:00:32 +0200 Subject: [PATCH] [fix] update version roundcube 1.2.5 - 1.3.0 --- scripts/_common.sh | 4 ++-- scripts/install | 4 ++-- scripts/upgrade | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1992688..52bf799 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -3,13 +3,13 @@ # # Roundcube version -VERSION="1.2.5" +VERSION="1.3.0" # Package name for Roundcube dependencies DEPS_PKG_NAME="roundcube-deps" # Roundcube complete tarball checksum -ROUNDCUBE_SOURCE_SHA256="9c4d65951cc636d0e2e2296bfdf55fb53e23a4611fa96f17fb5d354db91bec38" +ROUNDCUBE_SOURCE_SHA256="a37e55a3b5f83420930ae20ef3ac6dbedb499c920bbcf3fc93a8f784f7773d21" # Remote URL to fetch Roundcube source tarball ROUNDCUBE_SOURCE_URL="https://github.com/roundcube/roundcubemail/releases/download/${VERSION}/roundcubemail-${VERSION}.tar.gz" diff --git a/scripts/install b/scripts/install index 0a630e7..619b1f6 100644 --- a/scripts/install +++ b/scripts/install @@ -74,8 +74,8 @@ installed_plugins=" 'ldapAliasSync'," # Install additional plugins exec_composer admin "$final_path" require \ - "johndoh/contextmenu 2.1.2" \ - "sblaisot/automatic_addressbook 0.4.2" + "johndoh/contextmenu dev-master" \ + "sblaisot/automatic_addressbook dev-master" installed_plugins+=" 'contextmenu', 'automatic_addressbook'," # Install CardDAV plugin diff --git a/scripts/upgrade b/scripts/upgrade index a8ee6c8..eb30c88 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -83,8 +83,8 @@ installed_plugins=" 'ldapAliasSync'," # Update or install additional plugins exec_composer admin "${final_path}" update --no-dev --prefer-dist \ - "johndoh/contextmenu 2.1.2" \ - "sblaisot/automatic_addressbook 0.4.2" + "johndoh/contextmenu dev-master" \ + "sblaisot/automatic_addressbook dev-master" installed_plugins+=" 'contextmenu', 'automatic_addressbook'," # Guess with_carddav value if empty