routersploit: update homepage

This commit is contained in:
blshkv 2018-06-05 00:02:59 +08:00
parent d212c707b4
commit 0c93357878
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F

View file

@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@ -10,16 +10,16 @@ inherit python-single-r1
if [[ ${PV} == "9999" ]] ; then
MY_P=${P}
EGIT_REPO_URI="git://github.com/reverse-shell/routersploit.git"
EGIT_REPO_URI="git://github.com/threat9/routersploit.git"
inherit git-r3
else
MY_P=${PN}-${PV/_/-}
SRC_URI="https://github.com/reverse-shell/routersploit/archive/v${PV}.tar.gz"
SRC_URI="https://github.com/threat9/routersploit/archive/v${PV}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux"
fi
DESCRIPTION="An open-source exploitation framework dedicated to embedded devices"
HOMEPAGE="https://github.com/reverse-shell/routersploit/wiki"
HOMEPAGE="https://github.com/threat9/routersploit/wiki"
LICENSE="BSD"
SLOT="0"
KEYWORDS=""
@ -80,7 +80,7 @@ desktop_install() {
pkg_postinst(){
elog "routersploit-${PV} has installed enjoy.. "
einfo "more info @ WIKI https://github.com/reverse-shell/routersploit/wiki"
einfo "more info @ WIKI https://github.com/threat9/routersploit/wiki"
einfo "video demo also on wiki made with asciinema showing some of the basic features."
einfo "for more than your Home or Small biz routers I'd see the wiki, CLI takes some getting aqaunted with"
}