mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 14:51:14 +02:00
empire-5.4.2.ebuild
This commit is contained in:
parent
62f488e621
commit
32624720a7
2 changed files with 3 additions and 3 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST empire-5.1.2.tar.gz 49428498 BLAKE2B d78192b2902192aea45f6095c76fceb5329200174ed8dd2192e029081cec8e096c62bae26482c66ade89c0fe0945a2885675d362c8c0715e450689d3a191717f SHA512 1d343f829d87d2f9eea5c0ada4977646939c622a2ff27db5cbcc8c221c74ae769d9586617150357820b2dad9a75a37bc54f92bda1804dbead72390a90fa871c6
|
||||
DIST empire-5.2.2.tar.gz 49438580 BLAKE2B fd1b5f589b32918f2bb603f40f8bd3f424caec50acfa469ac484567824045d226fef06ebebafb9af40d409d6968ef64d9dfcaa9c1df9fac1dc12aff82d1dee7d SHA512 7ee0db49c3ef687ccf15aee1b202aa869ebc81273e4887c7fc0667b26099a19e6c9a058d499f6467f1a9833db960d6c4f154230dea06357882a3fb7cbddbff49
|
||||
DIST empire-5.4.2.tar.gz 49440749 BLAKE2B c24474a3a4e2888452e5e7e9e9838849edb6f732cee2d30a8d81720aae1766d780453706465c9747282a0745923fda559c3691d1e8a75e7146dc0b02fe6ad337 SHA512 7349467eba1fdb7cfc2faf51c8f9bf36de6a3ed6c3dc7f567544c293474ded6103d6ce570e4113e07c5df6be060e1fa956be9a381f073a8b02d6d417a440d995
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{10..11} )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
|
||||
inherit eutils python-single-r1
|
||||
inherit wrapper python-single-r1
|
||||
|
||||
DESCRIPTION="A post-exploitation framework"
|
||||
HOMEPAGE="https://github.com/BC-SECURITY/Empire"
|
||||
Loading…
Reference in a new issue