Date: Sunday, May 14, 2023 @ 09:40:06
Author: arojas
Revision: 1461549
archrelease: copy trunk to community-x86_64
Added:
hcxtools/repos/community-x86_64/PKGBUILD
(from rev 1461548, hcxtools/trunk/PKGBUILD)
hcxtools/repos/community-x86_64/keys/
Deleted:
hcxtools/repos/community-x86_64/PKGBUILD
hcxtools/repos/community-x86_64/keys/
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-14 09:39:55 UTC (rev 1461548)
+++ PKGBUILD 2023-05-14 09:40:06 UTC (rev 1461549)
@@ -1,29 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=hcxtools
-pkgver=6.2.7
-pkgrel=2
-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' '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=('03d3eb0feaf8a0f0053e0d417ba4728f4ca87834e2c44ffa9bd54a3ea169c33066e237454b963d216770a2ebd8bf9bada2efc9ca9392fa6a867728f603caa262'
- 'SKIP')
-validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat
<[email protected]>
-
-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 1461548,
hcxtools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-14 09:40:06 UTC (rev 1461549)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=hcxtools
+pkgver=6.3.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' '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=('6af2b042a7c8d42b80e0949fbb8ee7347dcda85e4771082713b3836594b5640305a2a32dc95c698ecedb9edd4793fa4af6fb9ecf2fe3a6639c677eff3ca9501a'
+ 'SKIP')
+validpgpkeys=('5920CE1C567948AFD2C0A9B7375516A45DB88630') # ZeroBeat
<[email protected]>
+
+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: