aboutsummaryrefslogtreecommitdiffstats
path: root/SlackBuilds/metasploit-framework/metasploit-framework.SlackBuild
diff options
context:
space:
mode:
authordanix <danix@danix.xyz>2026-03-24 08:32:14 +0100
committerdanix <danix@danix.xyz>2026-03-24 08:32:14 +0100
commit9fa59672d9dd5f3a17f447773598c82ef80ba12d (patch)
treedb5777d028b4a597409a1fa0e414a6dc2c6cf6cc /SlackBuilds/metasploit-framework/metasploit-framework.SlackBuild
parent2706b7d51aec9e700a7c49153d743f9f5f30d183 (diff)
downloadslackware-pentesting-suite-9fa59672d9dd5f3a17f447773598c82ef80ba12d.tar.gz
slackware-pentesting-suite-9fa59672d9dd5f3a17f447773598c82ef80ba12d.zip
updated metasploit package to latest version.
Diffstat (limited to 'SlackBuilds/metasploit-framework/metasploit-framework.SlackBuild')
-rwxr-xr-xSlackBuilds/metasploit-framework/metasploit-framework.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/SlackBuilds/metasploit-framework/metasploit-framework.SlackBuild b/SlackBuilds/metasploit-framework/metasploit-framework.SlackBuild
index df18f9d..1430eda 100755
--- a/SlackBuilds/metasploit-framework/metasploit-framework.SlackBuild
+++ b/SlackBuilds/metasploit-framework/metasploit-framework.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=metasploit-framework
-VERSION=${VERSION:-6.4.123}
+VERSION=${VERSION:-6.4.124}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -61,7 +61,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $PKG
-ar p $CWD/${PRGNAM}_${VERSION}~20260311060557~1rapid7-1_$DEBARCH.deb data.tar.gz | tar xzv
+ar p $CWD/${PRGNAM}_${VERSION}~*~1rapid7-1_$DEBARCH.deb data.tar.gz | tar xzv
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \