diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-01-24 15:09:57 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-01-24 15:10:12 +0100 |
commit | 77e634e9ee8e96160a586554ce000dfe4ab82828 (patch) | |
tree | cd8f419a85263fb90b53091b81a10529b9202b29 /main/tcpflow | |
parent | a8e78cc2ccd068750964ad5eb2d5a1fdb46adcc9 (diff) | |
download | aports-77e634e9ee8e96160a586554ce000dfe4ab82828.tar.bz2 aports-77e634e9ee8e96160a586554ce000dfe4ab82828.tar.xz |
main/tcpflow: upgrade to 1.3.0
Diffstat (limited to 'main/tcpflow')
-rw-r--r-- | main/tcpflow/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/tcpflow/APKBUILD b/main/tcpflow/APKBUILD index 187f8eb0ec..9d65375d45 100644 --- a/main/tcpflow/APKBUILD +++ b/main/tcpflow/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Michael Mason <ms13sp@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=tcpflow -pkgver=1.2.9 +pkgver=1.3.0 pkgrel=0 pkgdesc="A Tool for monitoring, capturing and storing TCP connections flows" url="https://github.com/simsong/tcpflow/wiki/tcpflow-%E2%80%94-A-tcp-ip-session-reassembler" @@ -28,4 +28,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="99e2fbbc6ab8db03a1a9b935689dd407 tcpflow-1.2.9.tar.gz" +md5sums="4912d55b7ae20f4971dfcc86547b2824 tcpflow-1.3.0.tar.gz" |