diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-09-02 18:07:02 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-09-03 17:59:55 +0200 |
commit | 80acc531cddf96d12904fb1860d11663bf971ff3 (patch) | |
tree | ea518f004d9f99a0152a6b552ee0f67fec7f55b7 /source/n/php | |
parent | b934dac849a790e39b15447185988d8adc2e56fc (diff) | |
download | current-80acc531cddf96d12904fb1860d11663bf971ff3.tar.gz |
Wed Sep 2 18:07:02 UTC 202020200902180702
a/kernel-firmware-20200901_d5f9eea-noarch-1.txz: Upgraded.
d/mercurial-5.5.1-x86_64-1.txz: Upgraded.
d/python-setuptools-50.0.3-x86_64-1.txz: Upgraded.
l/netpbm-10.91.02-x86_64-1.txz: Upgraded.
n/php-7.4.10-x86_64-1.txz: Upgraded.
xap/xaos-4.2-x86_64-1.txz: Upgraded.
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 672d9167..0f802a4d 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.9.tar.xz.asc -lftpget http://us.php.net/distributions/php-7.4.9.tar.xz +lftpget http://us.php.net/distributions/php-7.4.10.tar.xz.asc +lftpget http://us.php.net/distributions/php-7.4.10.tar.xz diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index 424f9193..99caf8b7 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.23.2 -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |