aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-07-04 12:00:23 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2022-07-10 18:16:34 +0200
commit202ecc9f4b6b59f13153e2fa13c8a70b6fe565f6 (patch)
treed34f08c057c09d4d22ad0447da726c1379a7a474 /package
parent9194cee55360b832cae70ec2716cb7ba9c40b55a (diff)
downloadupstream-202ecc9f4b6b59f13153e2fa13c8a70b6fe565f6.tar.gz
upstream-202ecc9f4b6b59f13153e2fa13c8a70b6fe565f6.tar.bz2
upstream-202ecc9f4b6b59f13153e2fa13c8a70b6fe565f6.zip
wpan-tools: update to 0.9
Changes: - wpan-ping: fix ifname setting - wpan-hwsim: hardware simulator configuration utility - wpan-hwsim: fix long option argument option for dot - Don't install examples - hwsim: make sure lqi is always initialized - iwpan: fix clang compiler warning on absolute-value - examples: fix wrongly used unsigned attribute - build: hwsim: fix list of files needed for dist build Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'package')
-rw-r--r--package/network/utils/wpan-tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/wpan-tools/Makefile b/package/network/utils/wpan-tools/Makefile
index 3491d82b44..7b2cfe7a60 100644
--- a/package/network/utils/wpan-tools/Makefile
+++ b/package/network/utils/wpan-tools/Makefile
@@ -6,12 +6,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=wpan-tools
-PKG_VERSION:=0.8
+PKG_VERSION:=0.9
PKG_RELEASE=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/linux-wpan/wpan-tools/releases/download/$(PKG_NAME)-$(PKG_VERSION)/$(PKG_NAME)-$(PKG_VERSION).tar.gz?
-PKG_HASH:=0e22cadbc40d4c12d0a66e8175bda12046f03237ce6da23d4fd26fd3ab557d8b
+PKG_HASH:=fa76d9c1874220e4b1f91c226f42baf1e372ea8ccf4b892effaf0d164448f608
include $(INCLUDE_DIR)/package.mk