diff options
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/source/php80/php80.SlackBuild | 2 | ||||
-rwxr-xr-x | extra/source/php81/php81.SlackBuild | 2 |
2 files changed, 2 insertions, 2 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: diff --git a/extra/source/php81/php81.SlackBuild b/extra/source/php81/php81.SlackBuild index ebd3f6f1..86b6b3a3 100755 --- a/extra/source/php81/php81.SlackBuild +++ b/extra/source/php81/php81.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: |