recon-ng: 4.9.4 bump

This commit is contained in:
blshkv 2018-11-23 07:23:24 +08:00
parent e07aa0ea0d
commit 5a18ec73f5
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 2 additions and 5 deletions

View file

@ -1 +1 @@
DIST recon-ng-4.9.3.tar.bz2 401091 BLAKE2B b5597f096dfd770bd69afe2cc1dbd1fe3375da5203b12f4e857d0ee9a8ec3bf5881ee55a97fdbb92decb3e7bbe0b29add237a6efd71a661d35f3ba1588367f95 SHA512 da51402c431e39205cb67e5639524ff635ee82d27769f2a1ff8ae3010cec3e31b6c769ae967a725af64c7baec5bb34e5fedb4110d352766a192e597bc1bc21e0
DIST recon-ng-4.9.4.tar.bz2 401285 BLAKE2B 1a7d79081be50719750a1012e2682c1427803c4db6662c11afd4a1229b49f40b95a17fe81abe33599a501b20c4994bc5771a2dca6ddc2863d030cfd1f0d0cd0c SHA512 311fbb7f011a2d89af77e48cffccf6abf506028641a69e1241f07cbefeaf394b555e61f3bc1627c030e75bb139c77c6b2562062453ab77fcd47fc79715336008

View file

@ -4,9 +4,6 @@
EAPI=6
PYTHON_COMPAT=( python2_7 )
#inherit python-single-r1
#PYTHON_COMPAT=( python{2_7,3_5,3_6} )
inherit python-r1
if [[ ${PV} == "9999" ]]; then
@ -14,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://bitbucket.org/LaNMaSteR53/recon-ng"
KEYWORDS=""
else
CUR_COMMIT="c83599e52159"
CUR_COMMIT="93bb9a4fb50b"
SRC_URI="https://bitbucket.org/LaNMaSteR53/recon-ng/get/v${PV}.tar.bz2 -> ${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/LaNMaSteR53-${PN}-${CUR_COMMIT}"