fping: update to 4.2.
This commit is contained in:
parent
796f382e1b
commit
92b5c42693
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'fping'
|
||||
pkgname=fping
|
||||
version=4.1
|
||||
revision=2
|
||||
version=4.2
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sbindir=/usr/bin --enable-ipv4 --enable-ipv6"
|
||||
configure_args="--enable-ipv4 --enable-ipv6"
|
||||
short_desc="High performance ping"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||
homepage="http://fping.org"
|
||||
license="MIT-alike"
|
||||
homepage="http://fping.org"
|
||||
distfiles="${homepage}/dist/${pkgname}-${version}.tar.gz"
|
||||
checksum=2733e2a18cc2b5b935c4e3b5b84ccf2080c38043f1864d7c43326e8048ddab73
|
||||
checksum=7d339674b6a95aae1d8ad487ff5056fd95b474c3650938268f6a905c3771b64a
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
|
|
Loading…
Reference in a new issue