Skip to content

Commit 7dff502

Browse files
author
Alexandros
committed
Bump phpMyAdmin version
1 parent caa9faa commit 7dff502

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
2222
HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323

2424
# Define software versions
25-
pma_v='5.0.1'
25+
pma_v='5.0.2'
2626
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
2727
fpm_v="7.3"
2828

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ codename="$(lsb_release -s -c)"
2222
HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323

2424
# Define software versions
25-
pma_v='5.0.1'
25+
pma_v='5.0.2'
2626
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
2727
fpm_v="7.3"
2828

src/deb/hestia/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ upgrade_refresh_config
1919
new_version=$(dpkg -l | awk '$2=="hestia" { print $3 }')
2020

2121
# phpMyAdmin
22-
pma_v='5.0.1'
22+
pma_v='5.0.2'
2323

2424
###############################################################
2525
# Begin standard upgrade routines #

0 commit comments

Comments
 (0)