recon-ng: 4.9.5 bump

This commit is contained in:
blshkv 2019-01-31 09:24:12 +08:00
parent 23b4db0369
commit c1c1b70088
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
DIST recon-ng-4.9.4.tar.bz2 401285 BLAKE2B 1a7d79081be50719750a1012e2682c1427803c4db6662c11afd4a1229b49f40b95a17fe81abe33599a501b20c4994bc5771a2dca6ddc2863d030cfd1f0d0cd0c SHA512 311fbb7f011a2d89af77e48cffccf6abf506028641a69e1241f07cbefeaf394b555e61f3bc1627c030e75bb139c77c6b2562062453ab77fcd47fc79715336008
DIST recon-ng-4.9.5.tar.bz2 400916 BLAKE2B 8b7c5dcb91ae51613822508d87aacaab11728903f3975ec79ca5043713a8baef3866b1d2a68bb63a8aa3ae1b9600a225cd370d7cb1371f6266d1ab0d2543c62c SHA512 3afd877b707abfcbd90b796bfa81e197fa0a0a7ade4608b1a28be82e36e0e7c8c19263af1218dbeb7cdedc721a364553140b62448c91a30e69d1040a96718fca

View file

@ -1,4 +1,4 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://bitbucket.org/LaNMaSteR53/recon-ng"
KEYWORDS=""
else
CUR_COMMIT="93bb9a4fb50b"
CUR_COMMIT="41e96fd58891"
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}"