Skip to content
Permalink
Browse files
libpcap 1.10.4
  • Loading branch information
demmm committed Apr 8, 2023
1 parent 13dd75e commit 2d8b86d
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,6 +1,6 @@

pkgname=libpcap
pkgver=1.10.3
pkgver=1.10.4
pkgrel=1
pkgdesc="A system-independent interface for user-level packet capture"
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('BSD')
depends=('glibc' 'libnl' 'sh' 'libusb')
makedepends=('flex' 'bluez') # 'linux-headers')
source=("https://github.com/the-tcpdump-group/libpcap/archive/libpcap-${pkgver}.tar.gz")
md5sums=('d72b771c0640f7aea65856fcc0a339df')
md5sums=('5e8af7a468d9bfb26b8e73dfd46cbd6c')

build() {
cd ${pkgname}-${pkgname}-${pkgver}

0 comments on commit 2d8b86d

Please sign in to comment.