kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / metasploit
Commits:
93e73851 by kpcyrd at 2025-06-11T22:12:55+02:00
upgpkg: 6.4.68-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.66
+ pkgver = 6.4.68
pkgrel = 1
url = https://www.metasploit.com/
arch = x86_64
@@ -18,9 +18,9 @@ pkgbase = metasploit
options = !strip
options = !debug
options = !emptydirs
- source =
git+https://github.com/rapid7/metasploit-framework.git?signed#tag=6.4.66
+ source =
git+https://github.com/rapid7/metasploit-framework.git?signed#tag=6.4.68
validpgpkeys = 09E55FAF4F7862CD6D558997CDFB5FA52007B954
- sha256sums =
1be24b4deb5e7f94e1b0e3bcb2ec07ffc58373b32897f623e2fd71965dd55c09
- b2sums =
ca11726f6eaeca4c6282689bb50fccc2ae7102d404f5ead3f95eaeed65ae79aa025cad16c32ac48c00e4a67340f26a75d71b843a6cbea4599aed6aa9ff74819a
+ sha256sums =
3d60d41e6769a322bcf2f4926593811c5aa69c3afc61cfef1e2e836f057459e2
+ b2sums =
29b070d64ef00342909c4a4e206297918d4bc6fd45e9e576194799c93af1f16c11bc1b0c530a10b4e3232aaad4ceb1a9101c1d51a6affcd91ad31cf2ed82e903
pkgname = metasploit
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com>
pkgname=metasploit
-pkgver=6.4.66
+pkgver=6.4.68
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?signed#tag=${pkgver})
-sha256sums=('1be24b4deb5e7f94e1b0e3bcb2ec07ffc58373b32897f623e2fd71965dd55c09')
-b2sums=('ca11726f6eaeca4c6282689bb50fccc2ae7102d404f5ead3f95eaeed65ae79aa025cad16c32ac48c00e4a67340f26a75d71b843a6cbea4599aed6aa9ff74819a')
+sha256sums=('3d60d41e6769a322bcf2f4926593811c5aa69c3afc61cfef1e2e836f057459e2')
+b2sums=('29b070d64ef00342909c4a4e206297918d4bc6fd45e9e576194799c93af1f16c11bc1b0c530a10b4e3232aaad4ceb1a9101c1d51a6affcd91ad31cf2ed82e903')
validpgpkeys=('09E55FAF4F7862CD6D558997CDFB5FA52007B954') # Metasploit
<[email protected]>
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/93e73851a8531d2bf200274930d325f007020f9b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/93e73851a8531d2bf200274930d325f007020f9b
You're receiving this email because of your account on gitlab.archlinux.org.