hcxtools: bump

This commit is contained in:
Rick Farina (Zero_Chaos) 2019-12-13 10:22:24 -05:00
parent bda70a554e
commit 81d2c36c28
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
4 changed files with 1 additions and 49 deletions

View file

@ -1,3 +1 @@
DIST hcxtools-5.0.0.tar.gz 98280 BLAKE2B 581238e90a5ae24da970d1bbe8034946fd605d0f0ada763bcdfa9a2dc22246a3359c19c61932eb46e0d737b2724a4b93baee97cfd07be3a40465e685c622fab2 SHA512 766986a24a10852ca82060c769301966acd8a218cee9cab82dad6499e558f69103b166a29cd02abb9962c4d33c2aa47d85edc255daa0b7fb6db3d1dd11d0e9b8
DIST hcxtools-5.1.6.tar.gz 113287 BLAKE2B e8c2d2ef77005a48712e4eca437abb5ef8ff4aa0a08454d3bd4281d561f2589384e2161e864402b1ab9dcdd9837fa07628ddd25abc381f23ed0a62c666f252c3 SHA512 8f143dad453ea79dc1f15de3f635e61d6a95cdad279c8bd135756d7a4851ca5e3b5511d02450e7b4bf74e539df2eb0c648f80872fb080e9c033b945b7d24ad7e
DIST hcxtools-5.2.2.tar.gz 120415 BLAKE2B 0ae03a38d5d06840b838d0c12a86b572ead3010f4e0200ee255b81c63de21bf42bb749899773139dae726385e0c34fe9c2ec93ac45192aaa66f8d1403ff62c1f SHA512 704b8d693b163eb9a82b3c320fc5cbf1e703e8982cbe41a7e0c950e40b613a9a2e3b3e7bacb1f096c72eac4a71f161c76c8faaedb561feadb17945ed870d7a55
DIST hcxtools-5.3.0.tar.gz 131433 BLAKE2B cdcaa44dc6914eabc85bcaf50b76a66b77e7ae3f6d9910a4106757fb76644adb10df84159cf22fb1b5253be3e830968c87d2eb1f678c1eb1baa571fe74111a8d SHA512 2e170312847dabd1e32219ed2c4deb6c5e3a9b10f4aa792885a7db3997884aeb9534136aeaa5eddc856540faf30ec24fd06ac96c0ad20437589d7fa4858cd7d5

View file

@ -1,23 +0,0 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DESCRIPTION="Portable solution for capturing wlan traffic and conversion to hashcat formats"
HOMEPAGE="https://github.com/ZerBea/hcxtools"
SRC_URI="https://github.com/ZerBea/hcxtools/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="dev-libs/openssl:*
sys-libs/zlib
net-misc/curl
net-libs/libpcap:="
RDEPEND="${DEPEND}"
src_install(){
emake DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" install
}

View file

@ -1,23 +0,0 @@
# Copyright 1999-2019 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Portable solution for capturing wlan traffic and conversion to hashcat formats"
HOMEPAGE="https://github.com/ZerBea/hcxtools"
SRC_URI="https://github.com/ZerBea/hcxtools/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86"
IUSE=""
DEPEND="dev-libs/openssl:*
sys-libs/zlib
net-misc/curl
net-libs/libpcap:="
RDEPEND="${DEPEND}"
src_install(){
emake DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" install
}