kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / metasploit
Commits: c0138619 by kpcyrd at 2024-03-16T01:45:05+01:00 upgpkg: 6.3.60-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.3.59 + pkgver = 6.3.60 pkgrel = 1 url = https://www.metasploit.com/ arch = x86_64 @@ -16,8 +16,9 @@ pkgbase = metasploit depends = sqlite options = !strip options = !emptydirs - source = git+https://github.com/rapid7/metasploit-framework.git?signed#tag=b6a03cb5f17b5c714fad8741c1812be542dd2087 + source = git+https://github.com/rapid7/metasploit-framework.git?signed#tag=6.3.60 validpgpkeys = 09E55FAF4F7862CD6D558997CDFB5FA52007B954 - sha512sums = SKIP + sha256sums = 2aa54a04fddeb95454f3596e68e39a4de114ebbcc0a6ef91823a9b7bbb2d5b07 + b2sums = 5e93e9f2fa86b229c565eee2052277cc46b891ec353d9f495db982107765173623ee09c92258b64feb4bc20eedcbcb101587c92009c579690589c703137c3cb2 pkgname = metasploit ===================================== PKGBUILD ===================================== @@ -4,8 +4,7 @@ # Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com> pkgname=metasploit -pkgver=6.3.59 -_commit=b6a03cb5f17b5c714fad8741c1812be542dd2087 # git rev-parse ${pkgver} +pkgver=6.3.60 pkgrel=1 pkgdesc='Advanced open-source platform for developing, testing, and using exploit code' url='https://www.metasploit.com/' @@ -23,8 +22,9 @@ depends=( 'sqlite' ) options=('!strip' '!emptydirs') -source=(git+https://github.com/rapid7/metasploit-framework.git?signed#tag=${_commit}) -sha512sums=('SKIP') +source=(git+https://github.com/rapid7/metasploit-framework.git?signed#tag=${pkgver}) +sha256sums=('2aa54a04fddeb95454f3596e68e39a4de114ebbcc0a6ef91823a9b7bbb2d5b07') +b2sums=('5e93e9f2fa86b229c565eee2052277cc46b891ec353d9f495db982107765173623ee09c92258b64feb4bc20eedcbcb101587c92009c579690589c703137c3cb2') validpgpkeys=('09E55FAF4F7862CD6D558997CDFB5FA52007B954') # Metasploit <metaspl...@rapid7.com> prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/c01386195defe829520ab8077f55152ead6ab8da -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/metasploit/-/commit/c01386195defe829520ab8077f55152ead6ab8da You're receiving this email because of your account on gitlab.archlinux.org.