From f28c81bae20437ffb78eb161e098ac6ac4043b69 Mon Sep 17 00:00:00 2001 From: dracode Date: Wed, 3 Apr 2024 00:14:40 -0400 Subject: [PATCH] hcxdumptool: Update to 6.3.4 Version 6.3.4 has some important fixes for the OpenWrt community. This version properly supports Big-Endian systems (which are many); the previous OpenWrt packaged version crashed on such systems. Signed-off-by: dracode --- net/hcxdumptool/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/hcxdumptool/Makefile b/net/hcxdumptool/Makefile index c05bd5fda2..f29deceb9b 100644 --- a/net/hcxdumptool/Makefile +++ b/net/hcxdumptool/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hcxdumptool -PKG_VERSION:=6.3.2 +PKG_VERSION:=6.3.4 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:=1f6fe2b4757a5f20adeb6cc469693b4d0e8c49ba290450e10a37699d9f9a2a42 +PKG_HASH:=a45140960bd5de28085d549e1a9ccf2c08af143984a138c28ac4092c6a52a5d2 PKG_MAINTAINER:=Andreas Nilsen PKG_LICENSE:=MIT -- 2.30.2