diff options
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/source/bash-completion/bash-completion.SlackBuild | 5 | ||||
-rwxr-xr-x | extra/source/php8/fetch-php.sh | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/extra/source/bash-completion/bash-completion.SlackBuild b/extra/source/bash-completion/bash-completion.SlackBuild index c606bf11..37c63063 100755 --- a/extra/source/bash-completion/bash-completion.SlackBuild +++ b/extra/source/bash-completion/bash-completion.SlackBuild @@ -24,7 +24,7 @@ VERSION=2.11 ARCH=noarch -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} CWD=$(pwd) TMP=${TMP:-/tmp} @@ -69,6 +69,9 @@ mv $PKG/usr/share/bash-completion/completions/mount \ mv $PKG/usr/share/bash-completion/completions/umount \ $PKG/usr/share/bash-completion/completions/_umount +# Remove the slackpkg completion file +rm -f $PKG/usr/share/bash-completion/completions/slackpkg + # Create the local directory for admin changes/additions: mkdir -p $PKG/etc/bash_completion.d/ diff --git a/extra/source/php8/fetch-php.sh b/extra/source/php8/fetch-php.sh index 1cb29e54..2d0aeccf 100755 --- a/extra/source/php8/fetch-php.sh +++ b/extra/source/php8/fetch-php.sh @@ -1,2 +1,2 @@ -lftpget http://us.php.net/distributions/php-8.0.6.tar.xz.asc -lftpget http://us.php.net/distributions/php-8.0.6.tar.xz +lftpget http://us.php.net/distributions/php-8.0.7.tar.xz.asc +lftpget http://us.php.net/distributions/php-8.0.7.tar.xz |