summaryrefslogtreecommitdiff
path: root/community/tcpflow
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-21 09:52:33 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-21 09:52:33 -0300
commit4c50cd8958fa83e4edbf7d2f9c6b475300f40538 (patch)
treedc9e49842b221641263384e2b49ab0d8ad6d0e59 /community/tcpflow
parent125e2429b897d89b7e37fd8ca7b6e11926f677ae (diff)
parenta3669c04838b48b6891b2ffc4b296fa515f8174f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/qingy/PKGBUILD community/mfs/PKGBUILD extra/mysql/PKGBUILD testing/mesa/PKGBUILD
Diffstat (limited to 'community/tcpflow')
-rw-r--r--community/tcpflow/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tcpflow/PKGBUILD b/community/tcpflow/PKGBUILD
index 97808eef0..a835fdc92 100644
--- a/community/tcpflow/PKGBUILD
+++ b/community/tcpflow/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 69671 2012-04-22 09:26:57Z cbrannon $
+# $Id: PKGBUILD 75325 2012-08-19 20:50:53Z cbrannon $
# Maintainer: Chris Brannon <cmbrannon79@gmail.com>
# Contributor: Jeff Mickey <jeff@archlinux.org>
pkgname=tcpflow
-pkgver=1.2.6
+pkgver=1.2.9
pkgrel=1
pkgdesc="Captures data transmitted as part of TCP connections then stores the data conveniently"
arch=('i686' 'x86_64' 'mips64el')
@@ -11,6 +11,7 @@ url="http://afflib.org/software/tcpflow"
license=('GPL')
depends=('gcc-libs' 'libpcap' 'zlib')
source=("https://github.com/downloads/simsong/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('99e2fbbc6ab8db03a1a9b935689dd407')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -22,4 +23,3 @@ package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-md5sums=('7562f8a1a65f1ce1238be84a1fe83bf6')