arp-scan: fix dead homepage=
This commit is contained in:
parent
e514a9716d
commit
ac7a52c0b0
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'arp-scan'
|
# Template file for 'arp-scan'
|
||||||
pkgname=arp-scan
|
pkgname=arp-scan
|
||||||
version=1.9.5
|
version=1.9.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
makedepends="libpcap-devel"
|
makedepends="libpcap-devel"
|
||||||
short_desc="A tool that uses ARP to discover IP hosts on the local network"
|
short_desc="A tool that uses ARP to discover IP hosts on the local network"
|
||||||
maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
|
maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.nta-monitor.com/tools/arp-scan/"
|
homepage="https://github.com/royhills/arp-scan"
|
||||||
distfiles="https://github.com/royhills/$pkgname/archive/$version/$pkgname-$version.tar.gz"
|
distfiles="https://github.com/royhills/${pkgname}/archive/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=aa9498af84158a315b7e0ea6c2cddfa746660ca3987cbe7e32c0c90f5382d9d2
|
checksum=aa9498af84158a315b7e0ea6c2cddfa746660ca3987cbe7e32c0c90f5382d9d2
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Reference in New Issue