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

Levente Polyak anthraxx at archlinux.org
Mon May 22 13:15:35 UTC 2017


    Date: Monday, May 22, 2017 @ 13:15:34
  Author: anthraxx
Revision: 229088

upgpkg: metasploit 4.14.21-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-22 13:15:30 UTC (rev 229087)
+++ PKGBUILD	2017-05-22 13:15:34 UTC (rev 229088)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com>
 
 pkgname=metasploit
-pkgver=4.14.17
+pkgver=4.14.21
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using exploit code'
 url='https://www.metasploit.com/'
@@ -13,8 +13,8 @@
 optdepends=('ruby-pg: database support')
 options=('!strip' '!emptydirs')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('f3bf98f0b6e5113616a384c786043dfd57c774555d901ae66ac05ca727f11c9b')
-sha512sums=('b6b05acdf881b04ee8beaf8af1c5b755516667c3b9b458d579d9ac4819817f4203c21e24d246c1459f724682b635f626529f49b5139ad258898ac8d37bcbb47d')
+sha256sums=('1258aaace4c8416bfe2485f0b3974fdeb9e56b79e2799c3b9c506a62b6695d55')
+sha512sums=('1a79dbdfccfe1b6cdbf450e550978cf68c5deca907dc709061970b62a9c9f9d4eee0e75033e7eeed972cd467c679abc7db99d9ac2d70ae198a8780ff7c0940fe')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}
@@ -26,7 +26,7 @@
   cd ${pkgname}-framework-${pkgver}
   export CC=clang
   export CXX=clang++
-  bundle install -j"2" --no-cache --deployment
+  bundle install -j"$(nproc)" --no-cache --deployment
   find vendor/bundle/ruby -exec chmod o+r '{}' \;
 }
 



More information about the arch-commits mailing list