mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-14 02:41:06 +02:00
wifipumpkin3: 1.0.5 bump
This commit is contained in:
parent
76d773f38d
commit
d8d89aa571
2 changed files with 6 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
DIST wifipumpkin3-1.0.0.tar.gz 3676127 BLAKE2B ecaa9f63fe50974014a89bec1183d1bcadce7c5d8f1d6ef91f97833b5fe9c541475cbf9493730c22af38cf8b95393f9cbefa4852adb55b5c0ff1f2757ee75839 SHA512 f5c7451310612162212013e0fdb7f83fd7140465aaa2439b22551879de66c48fc0b246db1f96ae101ff8a3ecf231ef0d699fb712352a9f4d12f11cf5b58e6692
|
||||
DIST wifipumpkin3-1.0.5.tar.gz 3684305 BLAKE2B 1b8eb33cebba608c5bf1b191b81e4b13992a40874b5995f14ae7471a4602aded621578e76a8feb98411c247224ee947cc29cbe5cd7b6d41bb16fcb83544c62eb SHA512 69a884e3f17f5aa4a433e5a8f3e9280e64f71a0befc8bec79500ea42f271d4b968c90a3bef8526efd24c5d242fa9ee942ab8b39999d27e7196823c4a492b1c9d
|
||||
|
|
|
|||
|
|
@ -7,9 +7,11 @@ PYTHON_COMPAT=( python3_7 )
|
|||
|
||||
inherit distutils-r1
|
||||
|
||||
PV_R="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${PV}.tar.gz -> ${P}.tar.gz"
|
||||
SRC_URI="https://github.com/P0cL4bs/wifipumpkin3/archive/v${PV}${PV_R}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
|
|
@ -49,7 +51,6 @@ RDEPEND="${PYTHON_DEPS}
|
|||
sys-apps/net-tools
|
||||
net-wireless/wireless-tools
|
||||
net-wireless/hostapd[wpe]
|
||||
|
||||
)"
|
||||
|
||||
#FIXME:
|
||||
|
|
@ -59,6 +60,8 @@ RDEPEND="${PYTHON_DEPS}
|
|||
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S=${WORKDIR}/${P}${PV_R}
|
||||
|
||||
src_prepare() {
|
||||
#relax deps
|
||||
sed -e 's|==.*||' -i requirements.txt || die "sed failed"
|
||||
Loading…
Reference in a new issue