File tree Expand file tree Collapse file tree 8 files changed +130
-130
lines changed
Expand file tree Collapse file tree 8 files changed +130
-130
lines changed Original file line number Diff line number Diff line change 11Source: hestia-nginx
22Package: hestia-nginx
33Priority: optional
4- Version: 1.19.1 ~alpha
4+ Version: 1.19.2 ~alpha
55Section: admin
66Maintainer: HestiaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
Original file line number Diff line number Diff line change 11Source: hestia-php
22Package: hestia-php
33Priority: optional
4- Version: 7.4.8 ~alpha
4+ Version: 7.4.10 ~alpha
55Section: admin
66Maintainer: HestaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
Original file line number Diff line number Diff line change 8686
8787BUILD_ARCH=' amd64'
8888HESTIA_V=" ${BUILD_VER} _${BUILD_ARCH} "
89- NGINX_V=$( curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch /src/deb/nginx/control | grep " Version:" | cut -d' ' -f2 | cut -d " ~ " -f1 )
89+ NGINX_V=$( curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch /src/deb/nginx/control | grep " Version:" | cut -d' ' -f2)
9090OPENSSL_V=' 1.1.1g'
9191PCRE_V=' 8.44'
9292ZLIB_V=' 1.2.11'
93- PHP_V=$( curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch /src/deb/php/control | grep " Version:" | cut -d' ' -f2 | cut -d " ~ " -f1 )
93+ PHP_V=$( curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch /src/deb/php/control | grep " Version:" | cut -d' ' -f2)
9494
9595# Create build directories
9696rm -rf $BUILD_DIR
@@ -176,11 +176,11 @@ GIT_REP='https://raw.githubusercontent.com/hestiacp/hestiacp/'$branch'/src/deb'
176176
177177# Generate Links for sourcecode
178178HESTIA_ARCHIVE_LINK=' https://github.com/hestiacp/hestiacp/archive/' $branch ' .tar.gz'
179- NGINX=' https://nginx.org/download/nginx-' $NGINX_V ' .tar.gz'
179+ NGINX=' https://nginx.org/download/nginx-' $( echo $ NGINX_V | cut -d " ~ " -f1 ) ' .tar.gz'
180180OPENSSL=' https://www.openssl.org/source/openssl-' $OPENSSL_V ' .tar.gz'
181181PCRE=' https://ftp.pcre.org/pub/pcre/pcre-' $PCRE_V ' .tar.gz'
182182ZLIB=' https://www.zlib.net/zlib-' $ZLIB_V ' .tar.gz'
183- PHP=' http://de2.php.net/distributions/php-' $PHP_V ' .tar.gz'
183+ PHP=' http://de2.php.net/distributions/php-' $( echo $ PHP_V | cut -d " ~ " -f1 ) ' .tar.gz'
184184
185185# Forward slashes in branchname are replaced with dashes to match foldername in github archive.
186186branch=$( echo " $branch " | sed ' s/\//-/g' ) ;
You can’t perform that action at this time.
0 commit comments