gping: update to 1.7.0.
This commit is contained in:
parent
8899f3d465
commit
a7b51bc589
|
@ -1,16 +1,18 @@
|
|||
# Template file for 'gping'
|
||||
pkgname=gping
|
||||
version=1.6.3
|
||||
version=1.7.0
|
||||
revision=1
|
||||
build_wrksrc="gping"
|
||||
build_style=cargo
|
||||
make_install_args="--path gping"
|
||||
checkdepends="iputils"
|
||||
short_desc="Ping, but with a graph"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/orf/gping/"
|
||||
homepage="https://crates.io/crates/gping"
|
||||
distfiles="https://github.com/orf/gping/archive/refs/tags/gping-v${version}.tar.gz"
|
||||
checksum=ed55d87d04482a137e1d56355095f56fb4977724032245e3547206274966c1c5
|
||||
checksum=e40c8c89f8dd7b7f17f391a039817171c54128612c9b989b280f11bf07d1f511
|
||||
|
||||
post_install() {
|
||||
vlicense ../LICENSE
|
||||
vlicense LICENSE
|
||||
vman gping.1
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue