kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / metasploit
Commits:
e2825f83 by kpcyrd at 2026-01-13T18:53:04+01:00
upgpkg: 6.4.106-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = metasploit
pkgdesc = Advanced open-source platform for developing, testing, and
using exploit code
- pkgver = 6.4.104
+ pkgver = 6.4.106
pkgrel = 1
url = https://www.metasploit.com/
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = metasploit
options = !strip
options = !debug
options = !emptydirs
- source =
git+https://github.com/rapid7/metasploit-framework.git#tag=6.4.104
- sha256sums =
73edbccfee062b5cb5ee3c0dabf0ec4cb079109d4168344963a37e2bafed4c1c
- b2sums =
1913ee49ce73028465072d994c78e9cd5e4e3ecda248df49c542867a3190d9862106e53dfd165927280f8694e7e65cd2c51189e2381cd2304453c3695a772666
+ source =
git+https://github.com/rapid7/metasploit-framework.git#tag=6.4.106
+ sha256sums =
55f7fa86784a002b0d5022b20546c146c4803f8bef6ea5c171a2c538d17fc0ea
+ b2sums =
6874fb22d09ede8762415377b93d452d0bc7ad791e663ad82a35216cd16adf79e69da2f4c36e68ca1593739d7282ce6110f40c687ca95aadb88ef8c49794ff82
pkgname = metasploit
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com>
pkgname=metasploit
-pkgver=6.4.104
+pkgver=6.4.106
pkgrel=1
pkgdesc='Advanced open-source platform for developing, testing, and using
exploit code'
url='https://www.metasploit.com/'
@@ -24,8 +24,8 @@ depends=(
)
options=('!strip' '!debug' '!emptydirs')
source=(git+https://github.com/rapid7/metasploit-framework.git#tag=${pkgver})
-sha256sums=('73edbccfee062b5cb5ee3c0dabf0ec4cb079109d4168344963a37e2bafed4c1c')
-b2sums=('1913ee49ce73028465072d994c78e9cd5e4e3ecda248df49c542867a3190d9862106e53dfd165927280f8694e7e65cd2c51189e2381cd2304453c3695a772666')
+sha256sums=('55f7fa86784a002b0d5022b20546c146c4803f8bef6ea5c171a2c538d17fc0ea')
+b2sums=('6874fb22d09ede8762415377b93d452d0bc7ad791e663ad82a35216cd16adf79e69da2f4c36e68ca1593739d7282ce6110f40c687ca95aadb88ef8c49794ff82')
prepare() {
cd ${pkgname}-framework
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/e2825f83831887633acd070bdecf3c4ebe7ca95e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/e2825f83831887633acd070bdecf3c4ebe7ca95e
You're receiving this email because of your account on gitlab.archlinux.org.