From a79d3903f757a531fa8b7ad4606c6869396408be Mon Sep 17 00:00:00 2001 From: Andreas Nilsen Date: Thu, 26 Sep 2019 20:45:08 +0200 Subject: [PATCH] hcxdumptool: update to v5.2.2 Signed-off-by: Andreas Nilsen --- net/hcxdumptool/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/hcxdumptool/Makefile b/net/hcxdumptool/Makefile index 4bbfffd1a1..9abebec0e7 100644 --- a/net/hcxdumptool/Makefile +++ b/net/hcxdumptool/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hcxdumptool -PKG_VERSION:=5.2.0 +PKG_VERSION:=5.2.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/zerbea/hcxdumptool/tar.gz/$(PKG_VERSION)? -PKG_HASH:=9da9c8c20b93f6a0a262436a862e376bd3cfd05fb879efcf480ad962a14496c7 +PKG_HASH:=b091171fe5e6f926ace3997219dfc5a84ce6d1f2080d3320d456f88282019057 PKG_MAINTAINER:=Andreas Nilsen PKG_LICENSE:=MIT