tcping: update to 2.1.0.

This commit is contained in:
icp 2023-07-16 12:49:01 +05:30 committed by Andrew Benson
parent ae2c8db549
commit d3152d3313

View file

@ -1,6 +1,6 @@
# Template file for 'tcping' # Template file for 'tcping'
pkgname=tcping pkgname=tcping
version=1.3.6 version=2.1.0
revision=1 revision=1
build_style=gnu-makefile build_style=gnu-makefile
short_desc="Ping over a tcp connection" short_desc="Ping over a tcp connection"
@ -8,7 +8,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
license="MIT" license="MIT"
homepage="https://github.com/mkirchner/tcping" homepage="https://github.com/mkirchner/tcping"
distfiles="https://github.com/mkirchner/tcping/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/mkirchner/tcping/archive/refs/tags/${version}.tar.gz"
checksum=a731f0e48ff931d7b2a0e896e4db40867043740fe901dd225780f2164fdbdcf3 checksum=b8aa427420fe00173b5a2c0013d78e52b010350f5438bf5903c1942cba7c39c9
do_configure() { do_configure() {
vsed -i "s#^CCFLAGS=.*#CCFLAGS=$CFLAGS $LDFLAGS#" Makefile vsed -i "s#^CCFLAGS=.*#CCFLAGS=$CFLAGS $LDFLAGS#" Makefile
@ -16,8 +16,6 @@ do_configure() {
do_install() { do_install() {
vbin tcping vbin tcping
} vman man/tcping.1
post_install() {
vlicense LICENSE vlicense LICENSE
} }