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

Levente Polyak anthraxx at archlinux.org
Wed Aug 23 20:28:40 UTC 2017


    Date: Wednesday, August 23, 2017 @ 20:28:39
  Author: anthraxx
Revision: 253097

upgpkg: metasploit 4.16.0-1

Modified:
  metasploit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-23 20:11:04 UTC (rev 253096)
+++ PKGBUILD	2017-08-23 20:28:39 UTC (rev 253097)
@@ -3,18 +3,18 @@
 # Contributor: Tobias Veit - nIcE <m.on.key.tobi[at]gmail[dot]com>
 
 pkgname=metasploit
-pkgver=4.15.0
+pkgver=4.16.0
 pkgrel=1
 pkgdesc='Advanced open-source platform for developing, testing, and using exploit code'
 url='https://www.metasploit.com/'
 arch=('i686' 'x86_64')
 license=('BSD')
-depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 'git' 'clang')
+depends=('ruby' 'libpcap' 'postgresql-libs' 'ruby-bundler' 'sqlite' 'libxslt' 'git')
 optdepends=('ruby-pg: database support')
 options=('!strip' '!emptydirs')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/metasploit-framework/archive/${pkgver}.tar.gz)
-sha256sums=('f3a21c3aedaa94c26e61dd22609863123956916a7b7b46c8d76541ce16708c66')
-sha512sums=('3e7d6bb0915211bd21d2a9eb23927042a137bcb81acbb1284c59ddb36b7ef29f891224d8421e23877a03229dfbb9462547211f601a3789edaef04826d655a264')
+sha256sums=('a8400d155b92f467c63c76cb063ec10fc6c056b5a758857a9e6334c593d1d4f2')
+sha512sums=('5427e591dce56c663db93025eb56858601030e89e740ce9f7a55d5eb3771ca97ba7248c19993312f4157ae66b175b8902d833bdf80563371a0589237e12a1216')
 
 prepare() {
   cd ${pkgname}-framework-${pkgver}
@@ -24,8 +24,6 @@
 
 build() {
   cd ${pkgname}-framework-${pkgver}
-  export CC=clang
-  export CXX=clang++
   bundle install -j"$(nproc)" --no-cache --deployment
   find vendor/bundle/ruby -exec chmod o+r '{}' \;
 }



More information about the arch-commits mailing list