diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-11-08 02:43:44 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-11-08 08:59:53 +0100 |
commit | 63f97f5f463026066a4553a5f0f57a0d5236bc8c (patch) | |
tree | 191ef8fc7d606f8168fd04658ce7a5bf9a1c2abe /source/n/php | |
parent | aae320a395fbbe0be771ead4963da6d61e50c5ae (diff) | |
download | current-63f97f5f463026066a4553a5f0f57a0d5236bc8c.tar.gz |
Sun Nov 8 02:43:44 UTC 202020201108024344
l/libsecret-0.20.4-x86_64-1.txz: Upgraded.
n/alpine-2.24-x86_64-1.txz: Upgraded.
x/mesa-20.2.2-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/php')
-rwxr-xr-x | source/n/php/php.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index 2e00ce2e..a670e9ff 100755 --- a/source/n/php/php.SlackBuild +++ b/source/n/php/php.SlackBuild @@ -27,7 +27,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 +ALPINE=2.24 BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: |