From d3152d33132155d78d29f96df3e686466fca0d4a Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 16 Jul 2023 12:49:01 +0530 Subject: [PATCH] tcping: update to 2.1.0. --- srcpkgs/tcping/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/tcping/template b/srcpkgs/tcping/template index 80c06227e34..6c188080e00 100644 --- a/srcpkgs/tcping/template +++ b/srcpkgs/tcping/template @@ -1,6 +1,6 @@ # Template file for 'tcping' pkgname=tcping -version=1.3.6 +version=2.1.0 revision=1 build_style=gnu-makefile short_desc="Ping over a tcp connection" @@ -8,7 +8,7 @@ maintainer="Enno Boland " license="MIT" homepage="https://github.com/mkirchner/tcping" distfiles="https://github.com/mkirchner/tcping/archive/refs/tags/${version}.tar.gz" -checksum=a731f0e48ff931d7b2a0e896e4db40867043740fe901dd225780f2164fdbdcf3 +checksum=b8aa427420fe00173b5a2c0013d78e52b010350f5438bf5903c1942cba7c39c9 do_configure() { vsed -i "s#^CCFLAGS=.*#CCFLAGS=$CFLAGS $LDFLAGS#" Makefile @@ -16,8 +16,6 @@ do_configure() { do_install() { vbin tcping -} - -post_install() { + vman man/tcping.1 vlicense LICENSE }