summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rwxr-xr-xextra/source/bash-completion/bash-completion.SlackBuild5
-rwxr-xr-xextra/source/php8/fetch-php.sh4
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 c606bf11c..37c63063b 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 1cb29e540..2d0aeccf2 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