Explorar el Código

Set Version to 0.9.8-25, using php7.3 and openssl 1.1.1a

Raphael Schneeberger hace 7 años
padre
commit
b7a8dcd2f4
Se han modificado 4 ficheros con 6 adiciones y 6 borrados
  1. 1 1
      src/deb/hestia/control
  2. 1 1
      src/deb/nginx/control
  3. 1 1
      src/deb/php/control
  4. 3 3
      src/hst_autocompile.sh

+ 1 - 1
src/deb/hestia/control

@@ -1,7 +1,7 @@
 Source: hestia
 Package: hestia
 Priority: optional
-Version: 0.9.8-24
+Version: 0.9.8-25
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 1 - 1
src/deb/nginx/control

@@ -1,7 +1,7 @@
 Source: hestia-nginx
 Package: hestia-nginx
 Priority: optional
-Version: 0.9.8-24
+Version: 0.9.8-25
 Section: admin
 Maintainer: HestiaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 1 - 1
src/deb/php/control

@@ -1,7 +1,7 @@
 Source: hestia-php
 Package: hestia-php
 Priority: optional
-Version: 0.9.8-24
+Version: 0.9.8-25
 Section: admin
 Maintainer: HestaCP <info@hestiacp.com>
 Homepage: https://www.hestiacp.com

+ 3 - 3
src/hst_autocompile.sh

@@ -8,12 +8,12 @@ INSTALL_DIR='/usr/local/hestia'
 GIT_REP='https://raw.githubusercontent.com/hestiacp/hestiacp/master/src/deb'
 
 # Set Version for compiling
-HESTIA_V='0.9.8-24_amd64'
+HESTIA_V='0.9.8-25_amd64'
 NGINX_V='1.15.7'
-OPENSSL_V='1.1.1'
+OPENSSL_V='1.1.1a'
 PCRE_V='8.42'
 ZLIB_V='1.2.11'
-PHP_V='7.2.11'
+PHP_V='7.3.0'
 
 # Generate Links for sourcecode
 HESTIA='https://github.com/hestiacp/hestiacp/archive/master.zip'