lft: update to 3.80.

This commit is contained in:
Piotr Wójcik 2018-06-06 22:05:32 +02:00 committed by Leah Neukirchen
parent a1539cc7e3
commit 59f0bfda9d
2 changed files with 10 additions and 5 deletions

View file

@ -1,15 +1,19 @@
# Template file for 'lft'
pkgname=lft
version=3.79
# upstream version order is 3.7 < 3.71 < 3.8
# 3.8 become 3.80 for release
# 3.71 become 3.7.1 for update-check
version=3.80
revision=1
wrksrc="${pkgname}-${version%0}"
build_style=gnu-configure
makedepends="libpcap-devel"
short_desc="Layer Four Traceroute"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="VOSTROM Public License"
homepage="http://pwhois.org/lft/"
distfiles="http://pwhois.org/dl/index.who?file=${pkgname}-${version}.tar.gz"
checksum=08e5c7973551b529c850bffbc7152c4e5f0bcb1f07ebbb39151a7dc9a3bf9de0
license="VOSTROM"
homepage="https://pwhois.org/lft/"
distfiles="https://pwhois.org/dl/index.who?file=${pkgname}-${version%0}.tar.gz"
checksum=10f427e77b0f8207817329bd8ef0310078434612620073369264d15e6f97e990
post_install() {
vlicense COPYING

1
srcpkgs/lft/update Normal file
View file

@ -0,0 +1 @@
version="${version/%[0-9][0-9]/${version: -2:1}.${version: -1:1}}"