Date: Sunday, February 13, 2022 @ 10:58:20 Author: kpcyrd Revision: 1133029
upgpkg: metasploit 6.1.29-1 Modified: metasploit/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-13 10:28:16 UTC (rev 1133028) +++ PKGBUILD 2022-02-13 10:58:20 UTC (rev 1133029) @@ -3,7 +3,7 @@ # Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com> pkgname=metasploit -pkgver=6.1.28 +pkgver=6.1.29 pkgrel=1 pkgdesc='Advanced open-source platform for developing, testing, and using exploit code' url='https://www.metasploit.com/' @@ -12,8 +12,8 @@ depends=('ruby2.7' 'libpcap' 'postgresql-libs' 'sqlite' 'libxslt' 'libxml2' 'inetutils' 'git') options=('!strip' '!emptydirs') source=(https://github.com/rapid7/metasploit-framework/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha512sums=('4488ae997cfdbf3b9370ac77054088536e46d33bab23aae0f2d599ebee83a13a735ccb56d62601d299acf3c8d4c2cc5adb5a4e195ee0e57446fca2a21dd41e59') -b2sums=('9a8e2dd90017157f1eee95f72915386d14930348b997a339c4acd40c30d3345f2441c0e5ac7c5397936ed5c040509e6e92039338b50c7d8c66b3ddebfa2345f3') +sha512sums=('2c36f7bba9ee004f582431314660ab3480fcc888d4036bfc317118b070914118c264c121c18296db76beae4b360cf4e2e479e9ea8c3ac6bf46bc49472376b8d9') +b2sums=('6354c12f81db1ddb685f0aa802f57eae642e58c028703282543c334dca074421da5dd1771cae20d6fdb2e741fc8a1d3fca867802e20432bf9d61c6d4134f1efd') prepare() { cd ${pkgname}-framework-${pkgver}
