tcpflow: 1.5.2
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
c768811cf4
commit
c89ac641f6
1 changed files with 11 additions and 11 deletions
|
@ -1,26 +1,26 @@
|
|||
# Template file for 'tcpflow'
|
||||
pkgname=tcpflow
|
||||
version=1.4.5
|
||||
revision=9
|
||||
version=1.5.0
|
||||
revision=1
|
||||
wrksrc="$pkgname-$pkgname-$version"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake"
|
||||
makedepends="libpcap-devel zlib-devel libressl-devel boost-devel"
|
||||
short_desc="Captures data transmitted as part of TCP connections"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/simsong/tcpflow"
|
||||
_be13_commit=8f4f4b3fe0b4815babb3a6fb595eb9a6d07e8a2e
|
||||
_dfxml_commit=13a8cc22189a8336d16777f2897ada6ae2ee59de
|
||||
_httpparser_commit=8d9e5db981b623fffc93657abacdc80270cbee58
|
||||
_be13_commit=c81521d768bb78499c069fcd7c47adc8eee0350c
|
||||
_dfxml_commit=c31224626cf5f6678d42cbcfbfcd4e6191c9a864
|
||||
_httpparser_commit=6b05cce82da5c4d407e5576ab892bc20a17b0394
|
||||
distfiles="https://github.com/simsong/tcpflow/archive/${pkgname}-${version}.tar.gz
|
||||
https://github.com/nodejs/http-parser/archive/$_httpparser_commit.tar.gz
|
||||
https://github.com/simsong/be13_api/archive/$_be13_commit.tar.gz
|
||||
https://github.com/simsong/dfxml/archive/$_dfxml_commit.tar.gz"
|
||||
checksum="9cf7adac37aa28c259b88d2f3ac7f415ab7a346cb7ec44b9cae5919372392594
|
||||
25dabef6192080ef81a1ade4b40682125f13c245151739c9312762ec6396b68a
|
||||
db10b3e2ea3acecdd731f43d346a80b48d57fc5f8e9a524f9b469cf86078685f
|
||||
f29e3b067e2a69effe8dafd8280faa7119f9a74d18e0726c80d9bc573b4f7695"
|
||||
wrksrc="$pkgname-$pkgname-$version"
|
||||
checksum="ea607f7b57980f54e916b70ef761c5ee53a51520571a666eb4a8235e876d4185
|
||||
b947bd185511fd28a12a30436bcbe8f765473a667cdb6f8f55888274d44f550f
|
||||
a682edf8469b7130b52e6f12dc7beea4bb60d4834d6de42904a3c0a1425cd5fe
|
||||
358e4d3599c6e26f1dff85066e15e86025fc537466e8f4e35924922886eed86b"
|
||||
|
||||
pre_configure() {
|
||||
rmdir src/{dfxml,be13_api,http-parser}
|
||||
|
|
Loading…
Reference in a new issue