diff options
Diffstat (limited to 'source/n/php')
-rwxr-xr-x | source/n/php/fetch-php.sh | 4 | ||||
-rwxr-xr-x | source/n/php/php.SlackBuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/n/php/fetch-php.sh b/source/n/php/fetch-php.sh index 1704a8ccc..1fce30529 100755 --- a/source/n/php/fetch-php.sh +++ b/source/n/php/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-7.4.2.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.4.2.tar.xz +lftpget http://us.php.net/distributions/php-7.4.3.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.4.3.tar.xz diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index af2c2291f..0937850b4 100755 --- a/source/n/php/php.SlackBuild +++ b/source/n/php/php.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=php VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} ALPINE=2.22 -BUILD=${BUILD:-3} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |