From ac7a52c0b045436dba53f055c9b3ba87ed3733c3 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Thu, 3 Jan 2019 09:37:42 -0200 Subject: [PATCH] arp-scan: fix dead homepage= --- srcpkgs/arp-scan/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/arp-scan/template b/srcpkgs/arp-scan/template index f83c13637c3..63cfa525a8b 100644 --- a/srcpkgs/arp-scan/template +++ b/srcpkgs/arp-scan/template @@ -1,15 +1,15 @@ # Template file for 'arp-scan' pkgname=arp-scan version=1.9.5 -revision=1 +revision=2 build_style=gnu-configure hostmakedepends="automake" makedepends="libpcap-devel" short_desc="A tool that uses ARP to discover IP hosts on the local network" maintainer="Urs Schulz " license="GPL-3.0-or-later" -homepage="http://www.nta-monitor.com/tools/arp-scan/" -distfiles="https://github.com/royhills/$pkgname/archive/$version/$pkgname-$version.tar.gz" +homepage="https://github.com/royhills/arp-scan" +distfiles="https://github.com/royhills/${pkgname}/archive/${version}/${pkgname}-${version}.tar.gz" checksum=aa9498af84158a315b7e0ea6c2cddfa746660ca3987cbe7e32c0c90f5382d9d2 pre_configure() {