gping: update to 1.7.0.

This commit is contained in:
icp 2023-01-13 00:58:20 +05:30 committed by classabbyamp
parent 8899f3d465
commit a7b51bc589
1 changed files with 7 additions and 5 deletions

View File

@ -1,16 +1,18 @@
# Template file for 'gping' # Template file for 'gping'
pkgname=gping pkgname=gping
version=1.6.3 version=1.7.0
revision=1 revision=1
build_wrksrc="gping"
build_style=cargo build_style=cargo
make_install_args="--path gping"
checkdepends="iputils"
short_desc="Ping, but with a graph" short_desc="Ping, but with a graph"
maintainer="icp <pangolin@vivaldi.net>" maintainer="icp <pangolin@vivaldi.net>"
license="MIT" 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" distfiles="https://github.com/orf/gping/archive/refs/tags/gping-v${version}.tar.gz"
checksum=ed55d87d04482a137e1d56355095f56fb4977724032245e3547206274966c1c5 checksum=e40c8c89f8dd7b7f17f391a039817171c54128612c9b989b280f11bf07d1f511
post_install() { post_install() {
vlicense ../LICENSE vlicense LICENSE
vman gping.1
} }