aboutsummaryrefslogtreecommitdiffstats
path: root/testing/crackmapexec/APKBUILD
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-04 15:14:29 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-04 15:14:34 +0000
commit5ddb7c952fe6e059a75a2abd20e9f7955ec76e79 (patch)
tree716aad6d0fa9d22ded5cd4d3fc0072828e971a0f /testing/crackmapexec/APKBUILD
parenta6ea00ed5284d4d68593d5513fbb48227f89041d (diff)
downloadaports-5ddb7c952fe6e059a75a2abd20e9f7955ec76e79.tar.bz2
aports-5ddb7c952fe6e059a75a2abd20e9f7955ec76e79.tar.xz
testing/crackmapexec: fixed build
Diffstat (limited to 'testing/crackmapexec/APKBUILD')
-rw-r--r--testing/crackmapexec/APKBUILD4
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=""