[arch-commits] Commit in metasploit/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Fri Jan 17 17:15:51 UTC 2020


    Date: Friday, January 17, 2020 @ 17:15:51
  Author: anthraxx
Revision: 552876

upgpkg: metasploit 5.0.70-1

Modified:
  metasploit/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 17:10:48 UTC (rev 552875)
+++ PKGBUILD	2020-01-17 17:15:51 UTC (rev 552876)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com>
 
 pkgname=metasploit
-pkgver=5.0.60
-pkgrel=2
+pkgver=5.0.70
+pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using exploit code'
 url='https://www.metasploit.com/'
 arch=('x86_64')
@@ -12,8 +12,8 @@
 depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 'libxml2' 'inetutils' 'git')
 options=('!strip' '!emptydirs')
 source=(https://github.com/rapid7/metasploit-framework/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a1cca91d0365acd8d6b370b0293cb4bd1649ecde37a66731c8390eca26d7ac15')
-sha512sums=('9e451019b3e184e2429fbc628504cc5ee56b713f66c489027d10ee622b34967ef2bba45d52ac3435e769749a3170c1193654aa919a19656a279d0594c5600102')
+sha256sums=('f10a51cef6e4c4c610c8ac38862e24f749caf3bc794819b99d262821b051e320')
+sha512sums=('0729dc89eda50fb02e24ed8f357cca9cf3e83960c46fbed2bb5758fd6c82f5672bb0248222539dee95a6876802a49c9f6781577cef3ff473737a980d54f1a1d2')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}
@@ -58,6 +58,7 @@
   install -d "${pkgdir}/usr/share/doc"
   mv "${pkgdir}/opt/${pkgname}/documentation" "${pkgdir}/usr/share/doc/${pkgname}"
   rm "${pkgdir}/usr/bin/msfupdate"
+  rm -r "${pkgdir}"/opt/metasploit/vendor/bundle/ruby/*/cache
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list