Skip to content

Commit 0f33f69

Browse files
author
Alexandros
committed
Bump hestia-nginx, hestia-php, phpMyAdmin versions
1 parent 1dcc0a2 commit 0f33f69

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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='4.9.1'
25+
pma_v='4.9.2'
2626
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3")
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='4.9.1'
25+
pma_v='4.9.2'
2626
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3")
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='4.9.1'
22+
pma_v='4.9.2'
2323

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

src/deb/nginx/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia-nginx
22
Package: hestia-nginx
33
Priority: optional
4-
Version: 1.17.5
4+
Version: 1.17.6
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

src/deb/php/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia-php
22
Package: hestia-php
33
Priority: optional
4-
Version: 7.3.11
4+
Version: 7.3.12
55
Section: admin
66
Maintainer: HestaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

0 commit comments

Comments
 (0)