File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11Source: hestia-php
22Package: hestia-php
33Priority: optional
4- Version: 7.4.12-1
4+ Version: 7.4.12
55Section: admin
66Maintainer: HestaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
Original file line number Diff line number Diff line change 7575# Set Version for compiling
7676if [ -f " $SRC_DIR /src/deb/hestia/control" ] && [ " $branch " = ' ~localsrc' ]; then
7777 BUILD_VER=$( cat $SRC_DIR /src/deb/hestia/control | grep " Version:" | cut -d' ' -f2)
78+ NGINX_V=$( cat $SRC_DIR /src/deb/nginx/control | grep " Version:" | cut -d' ' -f2)
79+ PHP_V=$( cat $SRC_DIR /src/deb/php/control | grep " Version:" | cut -d' ' -f2)
7880else
7981 BUILD_VER=$( curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch /src/deb/hestia/control | grep " Version:" | cut -d' ' -f2)
82+ NGINX_V=$( curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch /src/deb/nginx/control | grep " Version:" | cut -d' ' -f2)
83+ PHP_V=$( curl -s https://raw.githubusercontent.com/hestiacp/hestiacp/$branch /src/deb/php/control | grep " Version:" | cut -d' ' -f2)
8084fi
8185
8286if [ -z " $BUILD_VER " ]; then
8690
8791BUILD_ARCH=' amd64'
8892HESTIA_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)
9093OPENSSL_V=' 1.1.1g'
9194PCRE_V=' 8.44'
9295ZLIB_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)
9496
9597# Create build directories
9698rm -rf $BUILD_DIR
You can’t perform that action at this time.
0 commit comments