[arch-commits] Commit in hcxtools/repos/community-x86_64 (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at gemini.archlinux.org
Wed Sep 15 21:37:48 UTC 2021


    Date: Wednesday, September 15, 2021 @ 21:37:47
  Author: anthraxx
Revision: 1016095

archrelease: copy trunk to community-x86_64

Added:
  hcxtools/repos/community-x86_64/PKGBUILD
    (from rev 1016094, hcxtools/trunk/PKGBUILD)
Deleted:
  hcxtools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-15 21:37:43 UTC (rev 1016094)
+++ PKGBUILD	2021-09-15 21:37:47 UTC (rev 1016095)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=hcxtools
-pkgver=6.2.0
-pkgrel=1
-pkgdesc='Portable solution for capturing wlan traffic and conversion to hashcat and John the Ripper formats'
-url='https://github.com/ZerBea/hcxtools'
-arch=('x86_64')
-license=('MIT')
-depends=('curl' 'libcurl.so' 'libpcap' '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=('c93b260ce9b660ce8eebaab38c4f858ead384328249b74c139959957ba1069236676ddc5138ee3d6e4dbcd7edc29786453693396e5274c9c380e91acf9285499'
-            'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat <ZeroBeat at gmx.de>
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PRODUCTION=1
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" PREFIX=/usr PRODUCTION=1 install
-  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: hcxtools/repos/community-x86_64/PKGBUILD (from rev 1016094, hcxtools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-15 21:37:47 UTC (rev 1016095)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=hcxtools
+pkgver=6.2.4
+pkgrel=1
+pkgdesc='Portable solution for capturing wlan traffic and conversion to hashcat and John the Ripper formats'
+url='https://github.com/ZerBea/hcxtools'
+arch=('x86_64')
+license=('MIT')
+depends=('curl' 'libcurl.so' 'libpcap' '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=('063def70f0761672aff621dc2a7fb744cf97a306a04522e7a1121de9c4512ce8ad55b4b29e5dbb53d07c7edf8b52f0d8409e161bd45e987af03e0361b7a8ae6e'
+            'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat <ZeroBeat at gmx.de>
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PRODUCTION=1
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" PREFIX=/usr PRODUCTION=1 install
+  install -Dm 644 README.md changelog -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list