diff --git a/srcpkgs/hcxdumptool/template b/srcpkgs/hcxdumptool/template index e7835044f91..2225b066df9 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 }