hcxdumptool: 4.2.1 bump

This commit is contained in:
blshkv 2018-08-08 21:46:13 +08:00
parent 551c722d34
commit afef7c1f7f
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 2 additions and 7 deletions

View file

@ -1 +1 @@
DIST hcxdumptool-f27b030c15bafc0789bc405b9061b7f8009fa8da.zip 49490 BLAKE2B ccf5b8bd58a1fb29dfb91fad2a7e2483567e9f0780355acf03d0a1d7bb7c4566d3943f774d1f41b3bd817d7fd5ba8a35a957548a96bcc486da17bd9e88fe8915 SHA512 fe4553ad991e398a84157b180ce90071bf5a91a211fd45752a6d683716570e47040716cc3ed57f17c50d7c007f703491897c9008798698244e657c19a46d0487
DIST hcxdumptool-4.2.1.tar.gz 44248 BLAKE2B 6088a2a43e5bd33e12600457db356d23c9fcb2919313fabe9d4f72380804183b04c607c3bf18dded2a6d3e63d1a2db49c2a428d7dd33ee937d410fd890655c6c SHA512 af73b5c434614214ef868153ab98f59bea35c81643bad04930c96043b1518c0eaf3aa57a218c8313e73575e496b2b937d2de14ff8767b64918dbce6373f9fc41

View file

@ -3,12 +3,9 @@
EAPI=6
inherit eutils
DESCRIPTION="Small tool to capture packets from wlan devices"
HOMEPAGE="https://github.com/ZerBea/hcxdumptool"
MY_COMMIT="f27b030c15bafc0789bc405b9061b7f8009fa8da"
SRC_URI="https://github.com/ZerBea/hcxdumptool/archive/${MY_COMMIT}.zip -> ${PN}-${MY_COMMIT}.zip"
SRC_URI="https://github.com/ZerBea/hcxdumptool/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE=""
SLOT="0"
@ -18,8 +15,6 @@ IUSE="gpio"
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
src_configure(){
local GPIOSUPPORT
if use gpio; then