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

Levente Polyak anthraxx at archlinux.org
Tue Mar 16 23:32:20 UTC 2021


    Date: Tuesday, March 16, 2021 @ 23:32:19
  Author: anthraxx
Revision: 892523

upgpkg: bettercap 2.30.2-1

Modified:
  bettercap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-16 23:31:25 UTC (rev 892522)
+++ PKGBUILD	2021-03-16 23:32:19 UTC (rev 892523)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke <chris.rebischke[at]archlinux[dot]org>
 
 pkgname=bettercap
-pkgver=2.30
+pkgver=2.30.2
 pkgrel=1
 pkgdesc='Swiss army knife for network attacks and monitoring'
 url='https://github.com/bettercap/bettercap'
@@ -13,8 +13,8 @@
 optdepends=('bettercap-caplets: scripts (caplets) and proxy modules')
 options=('!emptydirs')
 source=(https://github.com/bettercap/bettercap/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('134b023783a1b15be76eaa045dae19b27272af12de378b39f066c06ae6e849ffafcdc415b420b7a69e50e202497502bfc7f803cddee1373f0ad710e964e6013a')
-b2sums=('7dd8e6b0285c79cdc7d3e37a81759202819ff8f1b3bd10f1c9c77de6bebcd97b64b70376157821b1a4849a8a51df8774bd3e0281aba33fe9cf9a95edcd10861e')
+sha512sums=('1e605e703dda7a74aae88581b0686f8f07d8d312ccb143f3cf725338b555797f8956ea2c0e1fadca309ff09a4c6af7e656f7a95dd73df780ec4cc75f388bd1d7')
+b2sums=('264d6df36289328bed907c76f8ca2655263b434b482e8ef308a8fa3c79b768038f9786529767ab8c30dd5ad318a1b5384eb5432639c0c16a09c87a2b3c2a7cde')
 
 prepare() {
   cd ${pkgname}-${pkgver}
@@ -28,7 +28,7 @@
   export CGO_CPPFLAGS="${CPPFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CXXFLAGS="${CXXFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath"
+  export GOFLAGS="-buildmode=pie -ldflags=-linkmode=external -trimpath -mod=readonly -modcacherw"
   go build
 }
 



More information about the arch-commits mailing list