diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-06-15 10:34:19 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-06-15 10:34:59 +0200 |
commit | 5bc4fadf383304908144dd39e08d44b0cf8af6bf (patch) | |
tree | 582d08e2e27004351523afcebe04501f94d6d9e8 | |
parent | net-analyzer/tcpreplay: Update SRC_URI (diff) | |
download | gentoo-5bc4fadf383304908144dd39e08d44b0cf8af6bf.tar.gz gentoo-5bc4fadf383304908144dd39e08d44b0cf8af6bf.tar.bz2 gentoo-5bc4fadf383304908144dd39e08d44b0cf8af6bf.zip |
net-analyzer/tcpreplay: Update SRC_URI
Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-rw-r--r-- | net-analyzer/tcpreplay/tcpreplay-4.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/tcpreplay/tcpreplay-4.3.2.ebuild b/net-analyzer/tcpreplay/tcpreplay-4.3.2.ebuild index 003400e4ef70..a5ce8388372c 100644 --- a/net-analyzer/tcpreplay/tcpreplay-4.3.2.ebuild +++ b/net-analyzer/tcpreplay/tcpreplay-4.3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools flag-o-matic DESCRIPTION="utilities for editing and replaying previously captured network traffic" HOMEPAGE="http://tcpreplay.appneta.com/ https://github.com/appneta/tcpreplay" LICENSE="BSD GPL-3" -SRC_URI="https://github.com/appneta/${PN}/releases/download/v${PV/_/-}/${P/_/-}.tar.xz -> ${P}.tar.xz" +SRC_URI="https://github.com/appneta/${PN}/releases/download/v${PV}/${P}.tar.xz" SLOT="0" KEYWORDS="amd64 ~arm ~sparc x86" |