diff options
-rw-r--r-- | net-analyzer/arp-scan/arp-scan-1.9.6.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/arp-scan/arp-scan-1.9.7.ebuild | 2 | ||||
-rw-r--r-- | net-analyzer/arp-scan/arp-scan-99999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/arp-scan/arp-scan-1.9.6.ebuild b/net-analyzer/arp-scan/arp-scan-1.9.6.ebuild index b98d876c237a..96432c7a989f 100644 --- a/net-analyzer/arp-scan/arp-scan-1.9.6.ebuild +++ b/net-analyzer/arp-scan/arp-scan-1.9.6.ebuild @@ -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" diff --git a/net-analyzer/arp-scan/arp-scan-1.9.7.ebuild b/net-analyzer/arp-scan/arp-scan-1.9.7.ebuild index b98d876c237a..96432c7a989f 100644 --- a/net-analyzer/arp-scan/arp-scan-1.9.7.ebuild +++ b/net-analyzer/arp-scan/arp-scan-1.9.7.ebuild @@ -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" diff --git a/net-analyzer/arp-scan/arp-scan-99999.ebuild b/net-analyzer/arp-scan/arp-scan-99999.ebuild index 3b3dd50a2be4..c0d127582510 100644 --- a/net-analyzer/arp-scan/arp-scan-99999.ebuild +++ b/net-analyzer/arp-scan/arp-scan-99999.ebuild @@ -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" |