Skip to content

Commit

Permalink
tcpdump: 4.99.4 -> 4.99.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Sep 2, 2024
1 parent c526cb7 commit 35d5ca2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tcpdump/.md5sum
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4f2d4a8a5fab017e5ebda156bfc86378 tcpdump-4.99.4.tar.gz
8bf18644c56befa1c24f5baee0a86257 tcpdump-4.99.5.tar.gz
5 changes: 3 additions & 2 deletions tcpdump/Pkgfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# Description: Network sniffer with command line interface
# URL: https://www.tcpdump.org
# URL: https://www.tcpdump.org/
# Depends on: libcap-ng libpcap openssl

name=tcpdump
version=4.99.4
version=4.99.5
release=1
source=https://github.com/the-$name-group/$name/archive/refs/tags/$name-$version.tar.gz

build() {
mkdir build; cd build

autoreconf -fi ../$name-$name-$version
../$name-$name-$version/configure \
--prefix=/usr \

Expand Down

0 comments on commit 35d5ca2

Please sign in to comment.