mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
arp-scan: update to 1.10.0
This commit is contained in:
parent
01adf3d143
commit
13451cd76f
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'arp-scan'
|
# Template file for 'arp-scan'
|
||||||
pkgname=arp-scan
|
pkgname=arp-scan
|
||||||
version=1.9.7
|
version=1.10.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
|
@ -9,8 +9,9 @@ short_desc="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="https://github.com/royhills/arp-scan"
|
homepage="https://github.com/royhills/arp-scan"
|
||||||
distfiles="https://github.com/royhills/${pkgname}/archive/${version}/${pkgname}-${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/royhills/arp-scan/master/NEWS.md"
|
||||||
checksum=e03c36e4933c655bd0e4a841272554a347cd0136faf42c4a6564059e0761c039
|
distfiles="https://github.com/royhills/arp-scan/archive/${version}/arp-scan-${version}.tar.gz"
|
||||||
|
checksum=204b13487158b8e46bf6dd207757a52621148fdd1d2467ebd104de17493bab25
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
|
|
Loading…
Add table
Reference in a new issue