diff options
Diffstat (limited to 'extra/source/php80/php80.SlackBuild')
-rwxr-xr-x | extra/source/php80/php80.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/source/php80/php80.SlackBuild b/extra/source/php80/php80.SlackBuild index ce2e2788..99fd78a3 100755 --- a/extra/source/php80/php80.SlackBuild +++ b/extra/source/php80/php80.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.25 +ALPINE=2.26 BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: |