From 648948c0f806583c4a7ea5546738c27117544fa8 Mon Sep 17 00:00:00 2001 From: UsernameRandomlyGenerated Date: Sat, 5 Jun 2021 15:43:56 +0200 Subject: [PATCH] hcxdumptool: update to 6.2.0. --- srcpkgs/hcxdumptool/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/hcxdumptool/template b/srcpkgs/hcxdumptool/template index e7835044f911..2225b066df9e 100644 --- a/srcpkgs/hcxdumptool/template +++ b/srcpkgs/hcxdumptool/template @@ -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 " @@ -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 }