diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-04 15:14:29 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-04 15:14:34 +0000 |
commit | 5ddb7c952fe6e059a75a2abd20e9f7955ec76e79 (patch) | |
tree | 716aad6d0fa9d22ded5cd4d3fc0072828e971a0f /testing/crackmapexec/APKBUILD | |
parent | a6ea00ed5284d4d68593d5513fbb48227f89041d (diff) | |
download | aports-5ddb7c952fe6e059a75a2abd20e9f7955ec76e79.tar.bz2 aports-5ddb7c952fe6e059a75a2abd20e9f7955ec76e79.tar.xz |
testing/crackmapexec: fixed build
Diffstat (limited to 'testing/crackmapexec/APKBUILD')
-rw-r--r-- | testing/crackmapexec/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/crackmapexec/APKBUILD b/testing/crackmapexec/APKBUILD index 9a5d5a5748..7d22538942 100644 --- a/testing/crackmapexec/APKBUILD +++ b/testing/crackmapexec/APKBUILD @@ -3,12 +3,12 @@ pkgname=crackmapexec _pkgname=CrackMapExec pkgver=3.1.3 -pkgrel=0 +pkgrel=1 pkgdesc="A swiss army knife for pentesting Windows/Active Directory environments" url="https://github.com/byt3bl33d3r/CrackMapExec" arch="noarch" license="custom" -depends="python2 py-asn1 py2-impacket py-netaddr py2-crypto +depends="python2 py-asn1 py-impacket py-netaddr py2-crypto py2-openssl py-msgpack py-requests py2-termcolor py-gevent" makedepends="python2-dev py-setuptools" install="" |