diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-18 13:02:39 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-18 13:31:18 -0300 |
commit | c122484f53f01e4bc8824b7ed4e7d2b46168685d (patch) | |
tree | edbc3bf1500dfbeb7e443d42be17bb40c29d2d90 /community/recon-ng | |
parent | 49ffd4b8da3e59425df95873b2a093488eca2f4a (diff) | |
download | aports-c122484f53f01e4bc8824b7ed4e7d2b46168685d.tar.bz2 aports-c122484f53f01e4bc8824b7ed4e7d2b46168685d.tar.xz |
community/recon-ng: upgrade to 5.1.1
Diffstat (limited to 'community/recon-ng')
-rw-r--r-- | community/recon-ng/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/recon-ng/APKBUILD b/community/recon-ng/APKBUILD index 3ace715cc2..5ab3222428 100644 --- a/community/recon-ng/APKBUILD +++ b/community/recon-ng/APKBUILD @@ -1,12 +1,12 @@ # Contributor: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=recon-ng -pkgver=5.1.0 +pkgver=5.1.1 pkgrel=0 pkgdesc="Full-featured Web Reconnaissance framework written in Python" url="https://bitbucket.org/LaNMaSteR53/recon-ng" arch="noarch" -license="GPL-3.0" +license="GPL-3.0-only" depends="py3-dicttoxml py3-dnspython py3-lxml py3-yaml py3-mechanize py3-requests py3-xlsxwriter py3-flask py3-unicodecsv" @@ -24,4 +24,4 @@ package() { "$pkgdir"/usr/share/recon-ng/docker-compose.yml } -sha512sums="9643996419eeb1f65357787890cef75247f0d83f1ccfd66fcc2286116441e03427f74e473dabb18ac9401c0476addde070bac22a9d3015a617e342c30b532edc recon-ng-5.1.0.tar.gz" +sha512sums="ca45488555b7b48ddc1596b9eb7322064ae6bbec0c5b0cbce2cfd58821a788bc65cf7239f7c6736bede891b848e25bb5eaacd377add26236c426f7e695a4441a recon-ng-5.1.1.tar.gz" |