mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
arp-scan: update to 1.9.5. (#615)
This commit is contained in:
parent
3c887783a8
commit
657b693b8e
2 changed files with 2 additions and 14 deletions
|
@ -1,12 +0,0 @@
|
||||||
--- acinclude.m4
|
|
||||||
+++ acinclude.m4
|
|
||||||
@@ -212,7 +211,8 @@ done])dnl AC_CACHE_VAL
|
|
||||||
LONG_LONG_INT_FORMAT=''
|
|
||||||
|
|
||||||
case $pgac_cv_snprintf_long_long_int_format in
|
|
||||||
- cross) AC_MSG_RESULT([cannot test (not on host machine)]);;
|
|
||||||
+ cross) AC_MSG_RESULT([assuming %lld for cross compilation])
|
|
||||||
+ LONG_LONG_INT_FORMAT='%lld';;
|
|
||||||
?*) AC_MSG_RESULT([$pgac_cv_snprintf_long_long_int_format])
|
|
||||||
LONG_LONG_INT_FORMAT=$pgac_cv_snprintf_long_long_int_format;;
|
|
||||||
*) AC_MSG_RESULT(none);;
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'arp-scan'
|
# Template file for 'arp-scan'
|
||||||
pkgname=arp-scan
|
pkgname=arp-scan
|
||||||
version=1.9
|
version=1.9.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake"
|
hostmakedepends="automake"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Urs Schulz <voidpkgs@ursschulz.de>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://www.nta-monitor.com/tools/arp-scan/"
|
homepage="http://www.nta-monitor.com/tools/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=b2a446a170e4a2feeb825cd08db48a147f8dffae702077f33e456c4200e7afb0
|
checksum=aa9498af84158a315b7e0ea6c2cddfa746660ca3987cbe7e32c0c90f5382d9d2
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
|
|
Loading…
Add table
Reference in a new issue