kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / metasploit
Commits: ba1a52a5 by kpcyrd at 2024-10-26T16:36:38+02:00 upgpkg: 6.4.33-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.32 + pkgver = 6.4.33 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.32 + source = git+https://github.com/rapid7/metasploit-framework.git?signed#tag=6.4.33 validpgpkeys = 09E55FAF4F7862CD6D558997CDFB5FA52007B954 - sha256sums = fb7fe8ccdce762e09691352fae1c75767ccf1541bffcb156ee9660b9deb1e395 - b2sums = 7bfb77441071a8793434676f64d64d2f49f1ebb922a7cfa99dfbb3a75b962ddc0e33c79be0505af36309f85021eaf50551c6ecdb241ac3dc1624a05dceba4584 + sha256sums = 110e831aee1c0e449a98a098f3e45efbac3cfe114ac4db5c0c8155172c33ea74 + b2sums = cb9af5403d62b0b7557f68a9bcdfbd3bf67fed0fe19d150fff12b3020a8f02061f2fcddc6d6ed110878466ba3d491cb5eaf5399ce920d76d5baff1f9e301b41a pkgname = metasploit ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com> pkgname=metasploit -pkgver=6.4.32 +pkgver=6.4.33 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=('fb7fe8ccdce762e09691352fae1c75767ccf1541bffcb156ee9660b9deb1e395') -b2sums=('7bfb77441071a8793434676f64d64d2f49f1ebb922a7cfa99dfbb3a75b962ddc0e33c79be0505af36309f85021eaf50551c6ecdb241ac3dc1624a05dceba4584') +sha256sums=('110e831aee1c0e449a98a098f3e45efbac3cfe114ac4db5c0c8155172c33ea74') +b2sums=('cb9af5403d62b0b7557f68a9bcdfbd3bf67fed0fe19d150fff12b3020a8f02061f2fcddc6d6ed110878466ba3d491cb5eaf5399ce920d76d5baff1f9e301b41a') validpgpkeys=('09E55FAF4F7862CD6D558997CDFB5FA52007B954') # Metasploit <metaspl...@rapid7.com> prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/ba1a52a57d2b766219b65f669dc4a94c8664b1c2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/ba1a52a57d2b766219b65f669dc4a94c8664b1c2 You're receiving this email because of your account on gitlab.archlinux.org.