diff options
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/source/php81/fetch-php.sh | 4 | ||||
-rwxr-xr-x | extra/source/php81/php81.SlackBuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extra/source/php81/fetch-php.sh b/extra/source/php81/fetch-php.sh index b49a51f8..14fee312 100755 --- a/extra/source/php81/fetch-php.sh +++ b/extra/source/php81/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-8.1.4.tar.xz.asc -lftpget http://us.php.net/distributions/php-8.1.4.tar.xz +lftpget http://us.php.net/distributions/php-8.1.5.tar.xz.asc +lftpget http://us.php.net/distributions/php-8.1.5.tar.xz diff --git a/extra/source/php81/php81.SlackBuild b/extra/source/php81/php81.SlackBuild index ebd3f6f1..f42df646 100755 --- a/extra/source/php81/php81.SlackBuild +++ b/extra/source/php81/php81.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.25 -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |