diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-09-24 21:30:15 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-09-24 21:30:15 +0200 |
commit | c3fd868a25bc4b65633ba745719805204140ab85 (patch) | |
tree | 9f99c6cab7550b1c10b4dd2cd7fdda50c791720d /net-analyzer/tcpflow | |
parent | net-analyzer/tcpflow: Version bump. (diff) | |
download | gentoo-c3fd868a25bc4b65633ba745719805204140ab85.tar.gz gentoo-c3fd868a25bc4b65633ba745719805204140ab85.tar.bz2 gentoo-c3fd868a25bc4b65633ba745719805204140ab85.zip |
net-analyzer/tcpflow: Add alternate sites for dfxml and be13_api snapshots.
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/tcpflow')
-rw-r--r-- | net-analyzer/tcpflow/tcpflow-1.5.0_alpha.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-analyzer/tcpflow/tcpflow-1.5.0_alpha.ebuild b/net-analyzer/tcpflow/tcpflow-1.5.0_alpha.ebuild index b5ae445887a7..d50a6ea48224 100644 --- a/net-analyzer/tcpflow/tcpflow-1.5.0_alpha.ebuild +++ b/net-analyzer/tcpflow/tcpflow-1.5.0_alpha.ebuild @@ -7,9 +7,11 @@ inherit autotools flag-o-matic DESCRIPTION="A tool for monitoring, capturing and storing TCP connections flows" HOMEPAGE="https://github.com/simsong/tcpflow https://packages.qa.debian.org/t/tcpflow.html" SRC_URI=" - https://github.com/simsong/${PN}/archive/${P/_/}.tar.gz - https://api.github.com/repos/simsong/dfxml/tarball/7d11eaa7da8d31f588ce8aecb4b4f5e7e8169ba6 -> dfxml-20170921.tar.gz https://api.github.com/repos/simsong/be13_api/tarball/c81521d768bb78499c069fcd7c47adc8eee0350c -> be13_api-20170924.tar.gz + https://api.github.com/repos/simsong/dfxml/tarball/7d11eaa7da8d31f588ce8aecb4b4f5e7e8169ba6 -> dfxml-20170921.tar.gz + https://dev.gentoo.org/~jer/be13_api-20170924.tar.gz + https://dev.gentoo.org/~jer/dfxml-20170921.tar.gz + https://github.com/simsong/${PN}/archive/${P/_/}.tar.gz " LICENSE="GPL-3" |