net-analyzer/arp-scan: expand SRC_URI

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
This commit is contained in:
Mikle Kolyada
2019-11-15 16:26:08 +03:00
parent 663f0d6cd2
commit e2a88dead7
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ inherit autotools
DESCRIPTION="ARP scanning and fingerprinting tool"
HOMEPAGE="https://github.com/royhills/arp-scan"
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/royhills/arp-scan/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"

View File

@@ -6,7 +6,7 @@ inherit autotools
DESCRIPTION="ARP scanning and fingerprinting tool"
HOMEPAGE="https://github.com/royhills/arp-scan"
SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
SRC_URI="https://github.com/royhills/arp-scan/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"

View File

@@ -6,7 +6,7 @@ inherit autotools git-r3
DESCRIPTION="ARP scanning and fingerprinting tool"
HOMEPAGE="https://github.com/royhills/arp-scan"
EGIT_REPO_URI="${HOMEPAGE}"
EGIT_REPO_URI="https://github.com/royhills/arp-scan"
LICENSE="GPL-3"
SLOT="0"