Skip to content

Commit b7a8dcd

Browse files
committed
Set Version to 0.9.8-25, using php7.3 and openssl 1.1.1a
1 parent 9bbe362 commit b7a8dcd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/deb/hestia/control

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

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: 0.9.8-24
4+
Version: 0.9.8-25
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: 0.9.8-24
4+
Version: 0.9.8-25
55
Section: admin
66
Maintainer: HestaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

src/hst_autocompile.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ INSTALL_DIR='/usr/local/hestia'
88
GIT_REP='https://raw.githubusercontent.com/hestiacp/hestiacp/master/src/deb'
99

1010
# Set Version for compiling
11-
HESTIA_V='0.9.8-24_amd64'
11+
HESTIA_V='0.9.8-25_amd64'
1212
NGINX_V='1.15.7'
13-
OPENSSL_V='1.1.1'
13+
OPENSSL_V='1.1.1a'
1414
PCRE_V='8.42'
1515
ZLIB_V='1.2.11'
16-
PHP_V='7.2.11'
16+
PHP_V='7.3.0'
1717

1818
# Generate Links for sourcecode
1919
HESTIA='https://github.com/hestiacp/hestiacp/archive/master.zip'

0 commit comments

Comments
 (0)