diff options
Diffstat (limited to 'main/tcpdump/APKBUILD')
-rw-r--r-- | main/tcpdump/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/tcpdump/APKBUILD b/main/tcpdump/APKBUILD index 2228a23244..903ec8fafd 100644 --- a/main/tcpdump/APKBUILD +++ b/main/tcpdump/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=tcpdump -pkgver=4.2.1 +pkgver=4.3.0 pkgrel=0 pkgdesc="A tool for network monitoring and data acquisition" url="http://www.tcpdump.org" @@ -26,4 +26,4 @@ package() { rm -f "$pkgdir"/usr/sbin/tcpdump.4* } -md5sums="c202878c6db054767b52651041b9e60e tcpdump-4.2.1.tar.gz" +md5sums="a3fe4d30ac85ff5467c889ff46b7e1e8 tcpdump-4.3.0.tar.gz" |