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
1 changed files with 5 additions and 4 deletions

View File

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