mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-16 11:51:08 +02:00
fern-wifi-cracker-3.3.ebuild
This commit is contained in:
parent
4ee8662a9d
commit
fc3fce045e
2 changed files with 4 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST fern-wifi-cracker-3.0.tar.gz 739360 BLAKE2B dc5b5131276ed6defb6eb332ccd3b249d0234d712f0658fead4c41da7d93a2813e59ac8ffbd85ec95ce3160ee67271d9be2c8c92b46b41e00c0956f6c8fffd4a SHA512 e104b9aed517ffd158c83bda24f2496cbb33eeb4b54adfe0963a7d176cadacd374b495fd3f2d936d4e32f28c96831957ddbd264f8bfe9d9a8e181f139ef4e98a
|
||||
DIST fern-wifi-cracker-3.1.tar.gz 1604777 BLAKE2B 39da7292a63ae9aebd0c6d370e0025b171a329dae2202f310fe89f563371982666bc4167ba54ddae10d205fafd328fba9ea21cbad97d93a3456e528fdb93cb15 SHA512 4be5cbc0b3b41c7ccc9f907092a5341f88eeb4a7d39301e148cb73477d6cfb5abe0f18aca48854e37e1a4a41b616b8f32c5b2ab88a60c4392bc1bfd1caea3947
|
||||
DIST fern-wifi-cracker-3.3.tar.gz 1604593 BLAKE2B bae46be2a4cfd017154b57dafbb27d045e311c77266fe843a28d17e6b545ff20fb1aae3b781e7f351471c84994d10271b1ea7063a929899322099a671c7dc15d SHA512 4e23afa136ba76c492d9fe33a67bc3cf47908afc135acf57c38c2909358c94014a1e20bf4bff3ad8495f152739d89c6ca6b1a8121754bccf36bcb0dc7ea46280
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
PYTHON_COMPAT=( python3_{7..9} )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
|
||||
inherit eutils desktop python-single-r1 xdg-utils
|
||||
|
|
@ -14,7 +14,7 @@ SRC_URI="https://github.com/savio-code/fern-wifi-cracker/archive/v${PV}.tar.gz -
|
|||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
KEYWORDS="amd64 ~arm64 x86"
|
||||
IUSE="dict policykit"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
Loading…
Reference in a new issue