diff options
author | Sam James <sam@gentoo.org> | 2022-10-01 00:11:03 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-01 00:24:23 +0100 |
commit | 9cf1f0dfff33a532e42d41b736d90b922cfe96eb (patch) | |
tree | 4d094723da16b3c108a91aa4e4891daf1a2c0689 /net-analyzer | |
parent | media-video/vdr: fix StaticSrcUri (diff) | |
download | gentoo-9cf1f0dfff33a532e42d41b736d90b922cfe96eb.tar.gz gentoo-9cf1f0dfff33a532e42d41b736d90b922cfe96eb.tar.bz2 gentoo-9cf1f0dfff33a532e42d41b736d90b922cfe96eb.zip |
net-analyzer/tcptrace: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild index a96afb76f58e..fe3dd350d447 100644 --- a/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild +++ b/net-analyzer/tcptrace/tcptrace-6.6.7_p6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ DESCRIPTION="A Tool for analyzing network packet dumps" HOMEPAGE="http://www.tcptrace.org/" SRC_URI=" http://www.tcptrace.org/download/${P/_p*}.tar.gz - http://www.tcptrace.org/download/old/6.6/${P/_p*}.tar.gz + http://www.tcptrace.org/download/old/$(ver_cut 1-2)/${P/_p*}.tar.gz mirror://debian/pool/main/t/${PN}/${PN}_${PV/_p*}-${PV/*_p}.debian.tar.xz " |