tcpdump: bump version.

* switch source to tarball at tcpdump.org.
This commit is contained in:
Jerome Duval
2016-11-11 19:51:23 +00:00
parent b78ac6b437
commit 44d7a1fb34
2 changed files with 2 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ DESCRIPTION="
Tcpdump prints out a description of the contents of packets on a \
network interface that match a boolean expression."
HOMEPAGE="http://www.tcpdump.org"
SOURCE_URI="https://github.com/the-tcpdump-group/tcpdump/archive/${portName}-${portVersion}.tar.gz"
CHECKSUM_SHA256="6d80fe345d0f5ee42fd273bfafe076231ad700c2daaf56805d17dc8159a6d1a7"
SOURCE_URI="http://www.tcpdump.org/release/tcpdump-${portVersion}.tar.gz"
CHECKSUM_SHA256="20e4341ec48fcf72abcae312ea913e6ba6b958617b2f3fb496d51f0ae88d831c"
LICENSE="BSD (3-clause)"
COPYRIGHT="
1998-2015 The TCPDUMP Project
@@ -35,7 +35,6 @@ COPYRIGHT="
1995-1998, 2001-2002 WIDE Project
"
REVISION="1"
SOURCE_DIR="tcpdump-tcpdump-$portVersion"
PATCHES="tcpdump-$portVersion.patchset"