kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / metasploit
Commits:
5780ab94 by kpcyrd at 2024-09-13T15:09:37+02:00
upgpkg: 6.4.26-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.25
+ pkgver = 6.4.26
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.25
+ source =
git+https://github.com/rapid7/metasploit-framework.git?signed#tag=6.4.26
validpgpkeys = 09E55FAF4F7862CD6D558997CDFB5FA52007B954
- sha256sums =
c78afdafa8b9651228c9d0bd8e71cc9f8af72ad065350dccaf9e4a87d95be1ee
- b2sums =
d0783d96229cae3cde820d19d19d4e41d538873e04bbfddf3e267b2c9b1cce85082ece97ea8e74fc51c31c56dfd50668f6511dfb63ba0db64eb27695ab34ded5
+ sha256sums =
2d961aa83fd8eed92c2c643deaefd5b6a7de7d867982ccc97c45211acaf2ac79
+ b2sums =
15ae86ad060a52bfebd951dbf0b133902e5a95beca01ac8ae2569d3866fe78b1ee3cc8e34438f67e632a8d855fdd24b2f028c2bfec42963271c9042874fdc6ea
pkgname = metasploit
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com>
pkgname=metasploit
-pkgver=6.4.25
+pkgver=6.4.26
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=('c78afdafa8b9651228c9d0bd8e71cc9f8af72ad065350dccaf9e4a87d95be1ee')
-b2sums=('d0783d96229cae3cde820d19d19d4e41d538873e04bbfddf3e267b2c9b1cce85082ece97ea8e74fc51c31c56dfd50668f6511dfb63ba0db64eb27695ab34ded5')
+sha256sums=('2d961aa83fd8eed92c2c643deaefd5b6a7de7d867982ccc97c45211acaf2ac79')
+b2sums=('15ae86ad060a52bfebd951dbf0b133902e5a95beca01ac8ae2569d3866fe78b1ee3cc8e34438f67e632a8d855fdd24b2f028c2bfec42963271c9042874fdc6ea')
validpgpkeys=('09E55FAF4F7862CD6D558997CDFB5FA52007B954') # Metasploit
<[email protected]>
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/5780ab9436e6700fc13f7f128e0448af634dd838
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/5780ab9436e6700fc13f7f128e0448af634dd838
You're receiving this email because of your account on gitlab.archlinux.org.