mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
[fix] update version roundcube 1.2.5 - 1.3.0
This commit is contained in:
parent
e20a473fa6
commit
e7198139c0
3 changed files with 6 additions and 6 deletions
|
@ -3,13 +3,13 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Roundcube version
|
# Roundcube version
|
||||||
VERSION="1.2.5"
|
VERSION="1.3.0"
|
||||||
|
|
||||||
# Package name for Roundcube dependencies
|
# Package name for Roundcube dependencies
|
||||||
DEPS_PKG_NAME="roundcube-deps"
|
DEPS_PKG_NAME="roundcube-deps"
|
||||||
|
|
||||||
# Roundcube complete tarball checksum
|
# Roundcube complete tarball checksum
|
||||||
ROUNDCUBE_SOURCE_SHA256="9c4d65951cc636d0e2e2296bfdf55fb53e23a4611fa96f17fb5d354db91bec38"
|
ROUNDCUBE_SOURCE_SHA256="a37e55a3b5f83420930ae20ef3ac6dbedb499c920bbcf3fc93a8f784f7773d21"
|
||||||
|
|
||||||
# Remote URL to fetch Roundcube source tarball
|
# Remote URL to fetch Roundcube source tarball
|
||||||
ROUNDCUBE_SOURCE_URL="https://github.com/roundcube/roundcubemail/releases/download/${VERSION}/roundcubemail-${VERSION}.tar.gz"
|
ROUNDCUBE_SOURCE_URL="https://github.com/roundcube/roundcubemail/releases/download/${VERSION}/roundcubemail-${VERSION}.tar.gz"
|
||||||
|
|
|
@ -74,8 +74,8 @@ installed_plugins=" 'ldapAliasSync',"
|
||||||
|
|
||||||
# Install additional plugins
|
# Install additional plugins
|
||||||
exec_composer admin "$final_path" require \
|
exec_composer admin "$final_path" require \
|
||||||
"johndoh/contextmenu 2.1.2" \
|
"johndoh/contextmenu dev-master" \
|
||||||
"sblaisot/automatic_addressbook 0.4.2"
|
"sblaisot/automatic_addressbook dev-master"
|
||||||
installed_plugins+=" 'contextmenu', 'automatic_addressbook',"
|
installed_plugins+=" 'contextmenu', 'automatic_addressbook',"
|
||||||
|
|
||||||
# Install CardDAV plugin
|
# Install CardDAV plugin
|
||||||
|
|
|
@ -83,8 +83,8 @@ installed_plugins=" 'ldapAliasSync',"
|
||||||
|
|
||||||
# Update or install additional plugins
|
# Update or install additional plugins
|
||||||
exec_composer admin "${final_path}" update --no-dev --prefer-dist \
|
exec_composer admin "${final_path}" update --no-dev --prefer-dist \
|
||||||
"johndoh/contextmenu 2.1.2" \
|
"johndoh/contextmenu dev-master" \
|
||||||
"sblaisot/automatic_addressbook 0.4.2"
|
"sblaisot/automatic_addressbook dev-master"
|
||||||
installed_plugins+=" 'contextmenu', 'automatic_addressbook',"
|
installed_plugins+=" 'contextmenu', 'automatic_addressbook',"
|
||||||
|
|
||||||
# Guess with_carddav value if empty
|
# Guess with_carddav value if empty
|
||||||
|
|
Loading…
Reference in a new issue