mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
wifipumpkin3-1.1.2_p2.ebuild
This commit is contained in:
parent
1e426067ba
commit
25444d949a
2 changed files with 4 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST wifipumpkin3-1.0.8_p2.tar.gz 4171639 BLAKE2B 512768721ad15c9647409e8f5c1f106eadac0f0b88d7d5d8b22ca6a5c08a7c1bc2e8d654e569b3497f5c16b5fe588550dbd2331943a6f8339d8a4c9affee837f SHA512 881d82bf0eccf96174bb6ffbcd1a7c216026bef0a0808d0a50970ce635e0a58d184c5d8b9be08c373f194c11d58e5cf5d43eabce571fbb90982fbc6e177b01cb
|
||||
DIST wifipumpkin3-1.0.9_p2.tar.gz 3946567 BLAKE2B 720752ed746823dc1042ffe7105b65176b30da007107cad29c5f3cd215e72b43644eb832048a8818d216e26f7af8b219788385bfc7b4c7f267a68647e8922f47 SHA512 ed7946b7cfa2b26523ee71ce17cc21dd89b353d788779d7861d79ccc1c0939b523137b42693f3fc86ebc81614e4b615058ca233b67a27ce2f2c2dd51373c188a
|
||||
DIST wifipumpkin3-1.1.2_p2.tar.gz 4781386 BLAKE2B 0e39e0a1a4baf7fef0cdd56a467962b9a5fbba2c14d7d08972ac2726a21ea9e0f4d8ec1d2b3f8286fa85d08b8e4f644dbe1c014d838dde9744b7218120fe35bc SHA512 71db54918102eeacc315da5f1ec87c93a94b59b6508369b8f0a92ac24a5136416e7b3da949a364c378f5617cf3cc8ae77e8bd269daab6849127fbe6f2f1fc7bb
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -11,7 +11,7 @@ inherit distutils-r1
|
|||
|
||||
DESCRIPTION="Framework for Rogue Wi-Fi Access Point Attack"
|
||||
HOMEPAGE="https://github.com/P0cL4bs/wifipumpkin3"
|
||||
SRC_URI="https://github.com/P0cL4bs/wifipumpkin3/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/P0cL4bs/wifipumpkin3/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
|
@ -42,6 +42,7 @@ RDEPEND="${PYTHON_DEPS}
|
|||
dev-python/asn1crypto[${PYTHON_USEDEP}]
|
||||
dev-python/jwt[${PYTHON_USEDEP}]
|
||||
dev-python/flask-restful[${PYTHON_USEDEP}]
|
||||
dev-python/markupsafe[${PYTHON_USEDEP}]
|
||||
dev-python/werkzeug[${PYTHON_USEDEP}]
|
||||
|
||||
tools? ( net-firewall/iptables
|
||||
Loading…
Reference in a new issue