diff --git a/src/lib/ee_lib_variables.sh b/src/lib/ee_lib_variables.sh index cb2ee37a..e24ddc87 100644 --- a/src/lib/ee_lib_variables.sh +++ b/src/lib/ee_lib_variables.sh @@ -9,6 +9,12 @@ readonly EE_WP_CLI_VERSION='0.16.0' # Adminer version readonly EE_ADMINER_VERSION='4.1.0' +# Roundcube Version +readonly EE_ROUNDCUBE_VERSION='1.0.2' + +# ViMbAdmin Version +readonly EE_VIMBADMIN_VERSION='3.0.10' + EE_COMMAND_LOG=/var/log/easyengine/ee.log readonly EE_LOG_DIR=/var/log/easyengine readonly EE_ERROR_LOG=/var/log/easyengine/error.log diff --git a/src/vendor/ee_ven_install_roundcube.sh b/src/vendor/ee_ven_install_roundcube.sh index 1bafe87e..9424545b 100644 --- a/src/vendor/ee_ven_install_roundcube.sh +++ b/src/vendor/ee_ven_install_roundcube.sh @@ -16,7 +16,7 @@ function ee_ven_install_roundcube() # Install Roundcube ee_lib_echo "Downloading Roundcube, please wait..." - wget -cqO /var/www/roundcube.tar.gz https://github.com/roundcube/roundcubemail/releases/download/1.0.2/roundcubemail-1.0.2.tar.gz \ + wget -cqO /var/www/roundcube.tar.gz https://github.com/roundcube/roundcubemail/releases/download/${EE_ROUNDCUBE_VERSION}/roundcubemail-${EE_ROUNDCUBE_VERSION}.tar.gz \ || ee_lib_error "Unable to download Roundcube, exit status = " $? ee_lib_echo "Installing Roundcube, please wait..." diff --git a/src/vendor/ee_ven_install_vimbadmin.sh b/src/vendor/ee_ven_install_vimbadmin.sh index ef96eaf1..6c0ed857 100644 --- a/src/vendor/ee_ven_install_vimbadmin.sh +++ b/src/vendor/ee_ven_install_vimbadmin.sh @@ -11,7 +11,7 @@ function ee_ven_install_vimbadmin() # Install ViMbAdmin ee_lib_echo "Downloading ViMbAdmin, please wait..." - wget -cqO /var/www/22222/htdocs/vimbadmin.tar.gz https://github.com/opensolutions/ViMbAdmin/archive/3.0.10.tar.gz \ + wget -cqO /var/www/22222/htdocs/vimbadmin.tar.gz https://github.com/opensolutions/ViMbAdmin/archive/${EE_VIMBADMIN_VERSION}.tar.gz \ || ee_lib_error "Unable to download ViMbAdmin, exit status = " $? mkdir -p /var/www/22222/htdocs/vimbadmin