mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gping: update to 1.19.0.
This commit is contained in:
parent
8aee38de51
commit
b194eeb4d3
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'gping'
|
# Template file for 'gping'
|
||||||
pkgname=gping
|
pkgname=gping
|
||||||
version=1.18.0
|
version=1.19.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
make_check_args="-- --skip=test_integration"
|
||||||
make_install_args="--path gping"
|
make_install_args="--path gping"
|
||||||
checkdepends="iputils"
|
checkdepends="iputils"
|
||||||
short_desc="Ping, but with a graph"
|
short_desc="Ping, but with a graph"
|
||||||
|
@ -10,7 +11,7 @@ maintainer="icp <pangolin@vivaldi.net>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://crates.io/crates/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=a76e09619831c0f2bb95f505a92c1332de89c3c43383b4d832a69afcb0fafd4c
|
checksum=a979c9a8c7a1a540bb48a1e90bb7ad294560bddc16ca977bc8475fb14f20155d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue