diff options
author | dracode <github@dragonbyte.org> | 2024-04-03 00:14:40 -0400 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2024-04-13 14:12:14 -0700 |
commit | f28c81bae20437ffb78eb161e098ac6ac4043b69 (patch) | |
tree | 8a05f224c38a00791be2559d641430219a88b5ba /net/hcxdumptool | |
parent | 1cd17840a03c5bc8525222d365a75482fa360638 (diff) |
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 <github@dragonbyte.org>
Diffstat (limited to 'net/hcxdumptool')
-rw-r--r-- | net/hcxdumptool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/hcxdumptool/Makefile b/net/hcxdumptool/Makefile index c05bd5fda..f29deceb9 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 <adde88@gmail.com> PKG_LICENSE:=MIT |