From d10b26525c29a8fc694f3bab0db3a678b4bf3ebd Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Mon, 16 Oct 2023 11:59:33 +0200 Subject: [PATCH] wavemon: bump to 9.5.0 The current version is broken, as it refuses to work properly with the current nl80211 state. Bumping this fixes full wavemon support Changelog: 9.5.0: https://github.com/uoaerg/wavemon/releases/tag/v0.9.5 Changelog 9.4.0: https://github.com/uoaerg/wavemon/releases/tag/v0.9.4 Note that since 0.9.4, wavemon has a dependency on libnl-cli Signed-off-by: Koen Vandeputte --- net/wavemon/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/wavemon/Makefile b/net/wavemon/Makefile index 65c69b370b..b701835c38 100644 --- a/net/wavemon/Makefile +++ b/net/wavemon/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wavemon -PKG_VERSION:=0.9.3 +PKG_VERSION:=0.9.5 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/uoaerg/wavemon/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=ddbeb6ec8ed7d94fa895e5d57ecfe338495df3991f6facc7cf40aa121bf7ff60 +PKG_HASH:=f84c55a40b470f2b98908d20cd0b38ffef6f587daed23b50281c9592df3331c6 PKG_MAINTAINER:=Jonathan McCrohan PKG_LICENSE:=GPL-2.0-or-later @@ -28,7 +28,7 @@ define Package/wavemon SECTION:=net CATEGORY:=Network TITLE:=N-curses based wireless network devices monitor - DEPENDS:=+libncurses +libpthread +libnl-genl + DEPENDS:=+libncurses +libpthread +libnl-genl +libnl-cli SUBMENU:=Wireless URL:=https://github.com/uoaerg/wavemon/releases endef