kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / metasploit
Commits:
5d0d1b5f by kpcyrd at 2024-10-19T20:35:06+02:00
upgpkg: 6.4.32-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.30
+ pkgver = 6.4.32
pkgrel = 1
url = https://www.metasploit.com/
arch = x86_64
@@ -17,9 +17,9 @@ pkgbase = metasploit
depends = sqlite
options = !strip
options = !emptydirs
- source =
git+https://github.com/rapid7/metasploit-framework.git?signed#tag=6.4.30
+ source =
git+https://github.com/rapid7/metasploit-framework.git?signed#tag=6.4.32
validpgpkeys = 09E55FAF4F7862CD6D558997CDFB5FA52007B954
- sha256sums =
1e99cdba180ee2181bdc3985ec30537d1f96db4f94a4a1798f588b86be261412
- b2sums =
4b773e116fe1468b616bdfe4efd14bc2b2311f5e134188b5f95ca4708200344b938ad0f4280993839b34cc7d7e50d1005d76ad7bbcf6de1a932d6d61d987b296
+ sha256sums =
fb7fe8ccdce762e09691352fae1c75767ccf1541bffcb156ee9660b9deb1e395
+ b2sums =
7bfb77441071a8793434676f64d64d2f49f1ebb922a7cfa99dfbb3a75b962ddc0e33c79be0505af36309f85021eaf50551c6ecdb241ac3dc1624a05dceba4584
pkgname = metasploit
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com>
pkgname=metasploit
-pkgver=6.4.30
+pkgver=6.4.32
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' '!emptydirs')
source=(git+https://github.com/rapid7/metasploit-framework.git?signed#tag=${pkgver})
-sha256sums=('1e99cdba180ee2181bdc3985ec30537d1f96db4f94a4a1798f588b86be261412')
-b2sums=('4b773e116fe1468b616bdfe4efd14bc2b2311f5e134188b5f95ca4708200344b938ad0f4280993839b34cc7d7e50d1005d76ad7bbcf6de1a932d6d61d987b296')
+sha256sums=('fb7fe8ccdce762e09691352fae1c75767ccf1541bffcb156ee9660b9deb1e395')
+b2sums=('7bfb77441071a8793434676f64d64d2f49f1ebb922a7cfa99dfbb3a75b962ddc0e33c79be0505af36309f85021eaf50551c6ecdb241ac3dc1624a05dceba4584')
validpgpkeys=('09E55FAF4F7862CD6D558997CDFB5FA52007B954') # Metasploit
<[email protected]>
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/5d0d1b5fdba2d4a5819294b11537d574cc1e01da
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/5d0d1b5fdba2d4a5819294b11537d574cc1e01da
You're receiving this email because of your account on gitlab.archlinux.org.