File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
2222HESTIA_INSTALL_DIR=" $HESTIA /install/deb"
2323
2424# Define software versions
25- pma_v=' 4.9.0. 1'
25+ pma_v=' 4.9.1'
2626multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" )
2727fpm_v=" 7.3"
2828
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ codename="$(lsb_release -s -c)"
2222HESTIA_INSTALL_DIR=" $HESTIA /install/deb"
2323
2424# Define software versions
25- pma_v=' 4.9.0. 1'
25+ pma_v=' 4.9.1'
2626multiphp_v=(" 5.6" " 7.0" " 7.1" " 7.2" " 7.3" )
2727fpm_v=" 7.3"
2828
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ upgrade_refresh_config
1919new_version=$( dpkg -l | awk ' $2=="hestia" { print $3 }' )
2020
2121# phpMyAdmin
22- pma_v=' 4.9.0. 1'
22+ pma_v=' 4.9.1'
2323
2424# ##############################################################
2525# Begin standard upgrade routines #
Original file line number Diff line number Diff line change 11Source: hestia-php
22Package: hestia-php
33Priority: optional
4- Version: 7.3.9
4+ Version: 7.3.10
55Section: admin
66Maintainer: HestaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
You can’t perform that action at this time.
0 commit comments