kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / metasploit
Commits:
72f48a6a by kpcyrd at 2024-12-28T13:35:59+01:00
upgpkg: 6.4.42-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.41
+ pkgver = 6.4.42
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.41
+ source =
git+https://github.com/rapid7/metasploit-framework.git?signed#tag=6.4.42
validpgpkeys = 09E55FAF4F7862CD6D558997CDFB5FA52007B954
- sha256sums =
8251e2120412be634f681c6a51fff1dfbc7d2814df03c9dccaeadd193cdaeac8
- b2sums =
6ccf3eebf2b3294295ea7c5b94aa14f53409bce6db637fe13c6f711c404f90de958f2f2bb9c9b665646ce45931f10b00575323ddb10ea045bb45f283e7ae72bf
+ sha256sums =
a831b61ae70fd10f72b6230690087975df095af4cb73c86a25e8aa5cfa049121
+ b2sums =
1342d00e97f246b40895754b85c86889c83804f6cc343101383c2902ba391686e6cb8001927c6fa947d383ce50cd3fedfa15dc4fb1b1a1139558434444ddb36e
pkgname = metasploit
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com>
pkgname=metasploit
-pkgver=6.4.41
+pkgver=6.4.42
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=('8251e2120412be634f681c6a51fff1dfbc7d2814df03c9dccaeadd193cdaeac8')
-b2sums=('6ccf3eebf2b3294295ea7c5b94aa14f53409bce6db637fe13c6f711c404f90de958f2f2bb9c9b665646ce45931f10b00575323ddb10ea045bb45f283e7ae72bf')
+sha256sums=('a831b61ae70fd10f72b6230690087975df095af4cb73c86a25e8aa5cfa049121')
+b2sums=('1342d00e97f246b40895754b85c86889c83804f6cc343101383c2902ba391686e6cb8001927c6fa947d383ce50cd3fedfa15dc4fb1b1a1139558434444ddb36e')
validpgpkeys=('09E55FAF4F7862CD6D558997CDFB5FA52007B954') # Metasploit
<[email protected]>
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/72f48a6a13b36f47c99da77471bc0ca49fc13400
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/72f48a6a13b36f47c99da77471bc0ca49fc13400
You're receiving this email because of your account on gitlab.archlinux.org.