mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
libpcap: update to 1.9.1.
This commit is contained in:
parent
6d3210428c
commit
9bb7cac2b2
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libpcap'
|
||||
pkgname=libpcap
|
||||
version=1.9.0
|
||||
version=1.9.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-ipv6 --with-libnl --with-pcap=linux
|
||||
|
@ -9,11 +9,11 @@ hostmakedepends="pkg-config flex"
|
|||
makedepends="libnl3-devel $(vopt_if bluetooth libbluetooth-devel)
|
||||
$(vopt_if dbus dbus-devel) $(vopt_if usb libusb-devel)"
|
||||
short_desc="System-independent interface for user-level packet capture"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://www.tcpdump.org/"
|
||||
distfiles="https://www.tcpdump.org/release/${pkgname}-${version}.tar.gz"
|
||||
checksum=2edb88808e5913fdaa8e9c1fcaf272e19b2485338742b5074b9fe44d68f37019
|
||||
checksum=635237637c5b619bcceba91900666b64d56ecb7be63f298f601ec786ce087094
|
||||
|
||||
build_options="bluetooth dbus usb"
|
||||
build_options_default="usb"
|
||||
|
|
Loading…
Add table
Reference in a new issue