mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
arp-scan: update to 1.9.6.
This commit is contained in:
parent
26e3d4c759
commit
c8097960ca
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'arp-scan'
|
# Template file for 'arp-scan'
|
||||||
pkgname=arp-scan
|
pkgname=arp-scan
|
||||||
version=1.9.5
|
version=1.9.6
|
||||||
revision=2
|
revision=1
|
||||||
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="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"
|
distfiles="https://github.com/royhills/${pkgname}/archive/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=aa9498af84158a315b7e0ea6c2cddfa746660ca3987cbe7e32c0c90f5382d9d2
|
checksum=971b45c3369816467994797fbcd0076eb8f0ffb9c42764ea6dba25ab3fd490da
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
|
|
Loading…
Add table
Reference in a new issue