hcxdumptool: update to 6.2.0.

This commit is contained in:
UsernameRandomlyGenerated 2021-06-05 15:43:56 +02:00 committed by Érico Nogueira Rolim
parent e058a9c6af
commit f8655a8828

View file

@ -1,8 +1,9 @@
# Template file for 'hcxdumptool'
pkgname=hcxdumptool
version=6.1.1
revision=2
version=6.2.0
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="openssl-devel"
short_desc="Small tool to capture packets from wlan devices"
maintainer="Felix Hanley <felix@userspace.com.au>"
@ -10,8 +11,8 @@ license="MIT"
homepage="https://github.com/ZerBea/hcxdumptool/"
changelog="https://raw.githubusercontent.com/ZerBea/hcxdumptool/master/changelog"
distfiles="https://github.com/ZerBea/hcxdumptool/archive/${version}.tar.gz"
checksum=f23b49422f2917982a232ccca3debca26727a80cebd0f9484700d0a382123a47
checksum=3131e9353ca0828b627136e88c8e5d83c7fc78b13164a25962ab584b9fe40af4
post_install() {
vlicense ${wrksrc}/license.txt
vlicense license.txt
}