summaryrefslogtreecommitdiff
path: root/extra/tcpdump/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/tcpdump/PKGBUILD')
-rw-r--r--extra/tcpdump/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/tcpdump/PKGBUILD b/extra/tcpdump/PKGBUILD
index e399b0538..db08f1c90 100644
--- a/extra/tcpdump/PKGBUILD
+++ b/extra/tcpdump/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 148483 2012-02-02 13:39:36Z giovanni $
+# $Id: PKGBUILD 161647 2012-06-13 06:49:09Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=tcpdump
-pkgver=4.2.1
-pkgrel=2
+pkgver=4.3.0
+pkgrel=1
pkgdesc="A tool for network monitoring and data acquisition"
arch=('i686' 'x86_64')
url="http://www.tcpdump.org"
@@ -12,8 +12,8 @@ license=('BSD')
depends=('libpcap' 'openssl')
source=("http://www.tcpdump.org/release/${pkgname}-${pkgver}.tar.gz"
'tcpdump_duplicate_executable.patch')
-md5sums=('c202878c6db054767b52651041b9e60e'
- 'b45c978dff8193ff5529d3566e7dbfa3')
+md5sums=('a3fe4d30ac85ff5467c889ff46b7e1e8'
+ '96c116e5ed51759a029bb6c236d63178')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"