Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / hcxtools
Commits: c9db1077 by Antonio Rojas at 2023-11-01T18:00:54+01:00 upgpkg: 6.3.2-1: Update to 6.3.2, honor LDFLAGS - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,18 @@ +pkgbase = hcxtools + pkgdesc = Portable solution for capturing wlan traffic and conversion to hashcat and John the Ripper formats + pkgver = 6.3.2 + pkgrel = 1 + url = https://github.com/ZerBea/hcxtools + arch = x86_64 + license = MIT + depends = curl + depends = libcurl.so + depends = zlib + depends = openssl + source = https://github.com/ZerBea/hcxtools/archive/6.3.2/hcxtools-6.3.2.tar.gz + source = https://github.com/ZerBea/hcxtools/releases/download/6.3.2/hcxtools-6.3.2.tar.gz.asc + validpgpkeys = 5920CE1C567948AFD2C0A9B7375516A45DB88630 + sha512sums = 059555653e75169ca69530ec4a45bb81f980dc1ddcc08403acc8070c7800bbaf3e33f157f0746972ff77501aa1709c2731f3672fca1bae6738a010ba65d00945 + sha512sums = SKIP + +pkgname = hcxtools ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=hcxtools -pkgver=6.3.1 +pkgver=6.3.2 pkgrel=1 pkgdesc='Portable solution for capturing wlan traffic and conversion to hashcat and John the Ripper formats' url='https://github.com/ZerBea/hcxtools' @@ -10,12 +10,13 @@ license=('MIT') depends=('curl' 'libcurl.so' 'zlib' 'openssl') source=(https://github.com/ZerBea/hcxtools/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz https://github.com/ZerBea/hcxtools/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc) -sha512sums=('3cd16b67cb9c784c41ec2d035445280f1d2807fe498848ee85f49912aa152bdb117aa12638a53378111280d07cf9abdcb6246e99f9aae973a2f31816b158573a' +sha512sums=('059555653e75169ca69530ec4a45bb81f980dc1ddcc08403acc8070c7800bbaf3e33f157f0746972ff77501aa1709c2731f3672fca1bae6738a010ba65d00945' 'SKIP') validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat <[email protected]> build() { cd ${pkgname}-${pkgver} + CFLAGS+=" $LDFLAGS" \ make PRODUCTION=1 } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hcxtools/-/commit/c9db1077cefcdd43677e86d418df3e9d108c8f0c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hcxtools/-/commit/c9db1077cefcdd43677e86d418df3e9d108c8f0c You're receiving this email because of your account on gitlab.archlinux.org.
